Count events
GET /api/v1/conversation/{conversation_id}/events/count
Count events matching the given filters.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
kind__eq | query | `enum | null` | no |
timestamp__gte | query | `string | null` | no |
timestamp__lt | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: count_events_api_v1_conversation__conversation_id__events_count_get