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

Successful Response

id
string
required

The UUID of the event

sequence_id
integer
required

The sequence ID of the event

task_id
string
required

The UUID of the task that the event belongs to

agent_id
string
required

The UUID of the agent that the event belongs to

created_at
string<date-time> | null

The timestamp of the event

content
object | null

The content of the event