Skip to main content

Count conversation events

GET /api/conversations/{conversation_id}/events/count

Count local events matching the given filters

Parameters

NameInTypeRequiredDescription
conversation_idpathstringyes
kindquery`stringnull`no
sourcequery`stringnull`no
bodyquery`stringnull`no
timestamp__gtequery`stringnull`no
timestamp__ltquery`stringnull`no

Responses

StatusDescription
200Successful Response
404Conversation not found
422Validation Error

Operation ID: count_conversation_events_api_conversations__conversation_id__events_count_get