Count conversation events
GET /api/conversations/{conversation_id}/events/count
Count local events matching the given filters
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
kind | query | `string | null` | no |
source | query | `string | null` | no |
body | query | `string | null` | no |
timestamp__gte | query | `string | null` | no |
timestamp__lt | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
404 | Conversation not found |
422 | Validation Error |
Operation ID: count_conversation_events_api_conversations__conversation_id__events_count_get