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", "metadata": {} } '
123
Get the count of crons matching the specified criteria.
Documentation IndexFetch the complete documentation index at: https://docs.langchain.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Payload for counting crons
The assistant ID or graph name to search for.
The thread ID to search for.
Metadata to filter by. Exact match filter for each KV pair.
Success
The response is of type integer.
integer
Was this page helpful?