Retrieve all on-call schedule data associated with a specific customer by providing the customer_id in the path. The response includes schedule entries that define which team members are responsible for incident response during specific time intervals.
This endpoint helps ensure visibility into who is currently on duty or scheduled for upcoming shifts, enabling seamless coordination and faster incident triage.
Use cases:
On-call visibility — View active and upcoming shifts for a customer to understand who is responsible during incidents.
Audit and reporting — Analyze historical scheduling data to verify coverage and response availability.
Manual coordination — Help team leads or incident managers plan shift handovers or update escalation contacts based on predefined schedules.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
On success, the system will return the schedule data, including start and end dates, months, weeks, and days of the schedule.
If the request is unauthorized, the system will return an authentication error message.
Path Parameters
id string
The unique ID of the customer whose schedule is being retrieved. Example: 'c03b02ec-244f-4d2c-8f68-3910071ed5c8'
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).