Skip to main content
GET
/
api
/
conversations
/
count
Count Conversations
curl --request GET \
  --url https://api.example.com/api/conversations/count \
  --header 'X-Session-API-Key: <api-key>'
123

Authorizations

X-Session-API-Key
string
header
required

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.