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": [
"<unknown>"
],
"exclude_types": [
"<unknown>"
],
"source": "<string>",
"start_date": "<string>",
"end_date": "<string>"
}
'