cURL
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>"
Search through the event stream with filtering and pagination.
Successful Response
The response is of type any.
any
Was this page helpful?