Count shared events
GET /api/shared-events/count
Count events for a shared conversation matching the given filters.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | query | 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_shared_events_api_shared_events_count_get