Retrieves a single schedule by ID.
trigger_count, last_triggered_at, and the current generation counter. Useful for checking state after creation or verifying a schedule fired as expected.
See Agent Schedules for field semantics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique routing key of the agent the schedule belongs to.
The schedule's ULID, as returned from create.
Schedule retrieved.
ULID identifying this schedule.
ID of the API key that created the schedule.
Cron expression (6-field, seconds required), @every duration, @at RFC3339 timestamp, or a predefined descriptor like @hourly/@daily.
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. once schedules flip to false automatically after firing.
Total firings since creation or last expression/type change.
Schedule type.
cron, once, interval Pinned agent version. Omit to always run the agent's current active version.
Timestamp of the most recent firing, if any.