Return a paginated list of on-call schedules. When both start and end are provided (max 45 days apart), computed layer schedules are included.
Documentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | None — any valid app_key can call this operation |
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Schedule list request. limit defaults to 10 and is capped at 100; p defaults to 1. is_my_team and is_my_manage are mutually exclusive.
Search keyword matched against schedule names.
Page number (1-indexed).
Page size. Default 10, max 100.
x <= 100Only return schedules whose owning team the current user belongs to.
Only return schedules created by the current user within their teams.
Filter by team IDs.
When set together with end, computed layer schedules are returned. Span must be less than 45 days.
Window end timestamp (Unix seconds).
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.