cURL
curl --request GET \ --url https://api.example.com/events/{event_id}
{ "id": "<string>", "sequence_id": 123, "task_id": "<string>", "agent_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "content": { "author": "user", "content": "<string>", "type": "text", "style": "static", "format": "plain", "attachments": [ { "file_id": "<string>", "name": "<string>", "size": 123, "type": "<string>" } ] } }
Successful Response
The UUID of the event
The sequence ID of the event
The UUID of the task that the event belongs to
The UUID of the agent that the event belongs to
The timestamp of the event
The content of the event
Show child attributes