List Self-Schedules
REST API - Self-Schedules
List Self-Schedules
List an agent’s self-scheduled future runs.
GET
List Self-Schedules
Self-schedules are one-shot future runs an agent books for itself at runtime (when self-scheduling
is enabled). This endpoint lists them — it does not create them. Optionally filter by status.
Query Parameters
Filter by status:
scheduled, completed, or failed.Response
Array of self-schedules.
Example Request
Example Response
Authorizations
API Key for authentication
Path Parameters
Query Parameters
Filter by status: scheduled, completed, or failed.
Response
Successful Response
Self-schedule id. Pass it to DELETE to cancel.
Owning agent id.
When the run fires (UTC).
scheduled, completed, or failed.
Execution thread the run continues, if any.
Instruction for the scheduled run.
Creation timestamp.
Last update timestamp.

