GET
/
api
/
conversations
/
{conversation_id}
/
events
Search Events
curl --request GET \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/events \
  --header 'Content-Type: application/json' \
  --header 'X-Session-API-Key: <api-key>' \
  --data '{
  "exclude_hidden": false,
  "query": "<string>",
  "include_types": [
    "<any>"
  ],
  "exclude_types": [
    "<any>"
  ],
  "source": "<string>",
  "start_date": "<string>",
  "end_date": "<string>"
}'
"<any>"

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Query Parameters

start_id
integer
default:0
end_id
integer | null
reverse
boolean
default:false
limit
integer
default:20

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.