GET
/
events
/
{event_id}
{
  "id": "<string>",
  "sequence_id": 123,
  "task_id": "<string>",
  "agent_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "content": {
    "type": "text",
    "author": "user",
    "style": "static",
    "format": "plain",
    "content": "<string>",
    "attachments": [
      {
        "file_id": "<string>",
        "name": "<string>",
        "size": 123,
        "type": "<string>"
      }
    ]
  }
}

Path Parameters

event_id
string
required

Response

200
application/json

Successful Response

The response is of type object.