Retrieve schedule
Retrieves a single schedule by ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique routing key of the agent the schedule belongs to.
The schedule's ULID, as returned from create.
Response
Schedule retrieved.
ULID identifying this schedule.
ID of the API key that created the schedule.
6-field cron expression. Schedules stored before the cron-only restriction may also return an @every duration or an @at RFC3339 timestamp.
Monotonic counter bumped when the schedule's firing cadence changes. Used by the consumer to skip stale in-flight triggers.
Whether the schedule is currently firing. Legacy once schedules flip to false automatically after firing.
Total firings since creation or last expression/type change.
Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
cron, once, interval Pinned agent version. Omit to always run the agent's current active version.
Human-readable name of the schedule. Omitted for schedules created before display names were required.
Timestamp of the most recent firing, if any.
ID of the API key that last updated the schedule. Omitted until the schedule is updated.