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

Path Parameters

message_id
string
required

Response

200
application/json

Successful Response

Represents a message in the agent system.

This entity is used to store messages in MongoDB, with each message associated with a specific task.