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

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Query Parameters

kind
string | null
source
string | null
body
string | null
timestamp__gte
string<date-time> | null
timestamp__lt
string<date-time> | null

Response

Successful Response

The response is of type integer.