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": "<string>",
  "thread_id": "<string>"
}
'
123

Documentation Index

Fetch the complete documentation index at: https://docs.aegra.dev/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Request body for counting cron jobs.

assistant_id
string | null
thread_id
string | null

Response

Successful Response

The response is of type integer.