
- If you are on level 2 with high urgency, but no one is currently on call for level 1, you are considered on call, as you would be the first person to be notified.
- If you are on level 1 outside working hours, and the current time is within working hours, you are not on call.
Check who is on call via the API
The same answer is available programmatically. Escalation paths include acurrent_responders field: the people who would be paged first if that path fired right now, following the rules above. Use it when you want “who is on call for this service” without re-implementing the logic yourself.
If you want the schedule view instead, schedules include current_shifts and next_shifts: who is on shift now, and who takes over next.