Get a schedule
Returns the full detail of a single schedule by id, including its name, description, trigger, run arguments, current lifecycle state, fire and failure counts, last and next fire times, and a link to the conversation from its most recent run. The schedule is only returned if the caller owns it or is an admin; otherwise a 404 is returned. Requires the schedules:read scope.
Authorizations
Personal Access Token. Send as Authorization: Bearer hq_pat_....
Path Parameters
Schedule id
Response
Schedule detail
The conversation backing this schedule's most recent run, if any. Scheduled-run threads are hidden from the main conversation list; the Schedules page uses this to offer a read-only "last run" link.