Skip to main content
GET
/
api
/
v1
/
conversation
/
{conversation_id}
/
events
/
count
Count Events
curl --request GET \
  --url https://app.all-hands.dev/api/v1/conversation/{conversation_id}/events/count \
  --header 'X-Access-Token: <api-key>'
123

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Access-Token
string
header
required

Path Parameters

conversation_id
string
required

Query Parameters

kind__eq
enum<string> | null
Available options:
ServerErrorEvent,
ACPToolCallEvent,
Condensation,
CondensationRequest,
CondensationSummaryEvent,
ConversationErrorEvent,
ConversationStateUpdateEvent,
HookExecutionEvent,
LLMCompletionLogEvent,
ActionEvent,
MessageEvent,
AgentErrorEvent,
ObservationEvent,
UserRejectObservation,
SystemPromptEvent,
TokenEvent,
PauseEvent
timestamp__gte
string<date-time> | null
timestamp__lt
string<date-time> | null

Response

Successful Response

The response is of type integer.