Skip to main content
POST
/
runs
/
crons
/
count
Count Crons
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

Body

application/json

Payload for counting crons

assistant_id
string<uuid>

The assistant ID or graph name to search for.

thread_id
string<uuid>

The thread ID to search for.

Response

Success

The response is of type integer.