Search all active crons
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.
1 <= x <= 1000The number of results to skip.
x >= 0The field to sort by.
cron_id, assistant_id, thread_id, next_run_date, end_time, created_at, updated_at The order to sort by.
asc, desc Specify which fields to return. If not provided, all fields are returned.
cron_id, assistant_id, thread_id, on_run_completed, end_time, schedule, created_at, updated_at, user_id, payload, next_run_date, metadata, now 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.