Skip to main content
GET
/
api
/
conversations
/
count
Count Conversations
curl --request GET \
  --url https://api.example.com/api/conversations/count
123

Query Parameters

status
enum<string> | null

Enum representing the current execution state of the conversation.

Available options:
idle,
running,
paused,
waiting_for_confirmation,
finished,
error,
stuck,
deleting

Response

Successful Response

The response is of type integer.