Ask a question to get started
Enter to send•Shift+Enter new line
Payload for searching cron jobs.
search_params = { "assistant_id": UUID("123e4567-e89b-12d3-a456-426614174000"), "thread_id": UUID("123e4567-e89b-12d3-a456-426614174001"), "limit": 10, "offset": 0 }
CronsSearch()
typing.TypedDict
typing.Optional assistant ID to filter by.
typing.Optional thread ID to filter by.
Maximum number of results to return.
Offset for pagination.