Body
application/json
Payload for listing crons
The assistant ID or graph name to filter by using exact match.
The thread ID to search for.
The maximum number of results to return.
Required range:
1 <= x <= 1000The number of results to skip.
Required range:
x >= 0The field to sort by.
Available options:
cron_id, assistant_id, thread_id, next_run_date, end_time, created_at, updated_at The order to sort by.
Available options:
asc, desc Specify which fields to return. If not provided, all fields are returned.
Response
Success
The ID of the cron.
The ID of the thread.
The end date to stop running the cron.
The schedule to run, cron format.
The time the cron was created.
The last time the cron was updated.
The run payload to use for creating new run.
The ID of the assistant.
The ID of the user.
The next run date of the cron.
The cron metadata.