Skip to main content
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
exclude_hidden
boolean
default:false
query
string | null
include_types
any[] | null
exclude_types
any[] | null
source
string | null
start_date
string | null
end_date
string | null

Response

Successful Response

The response is of type any.