Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
๐ Share how you're building agents for a chance to win LangChain swag!
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?