Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
cURL
curl --request POST \ --url https://api.example.com/runs/crons/count \ --header 'Content-Type: application/json' \ --data ' { "assistant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "thread_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
123
Get the count of crons matching the specified criteria.
Payload for counting crons
The assistant ID or graph name to search for.
The thread ID to search for.
Success
The response is of type integer.
integer
Was this page helpful?