POST
/
agents
/
{agent_id}
/
rpc
{
  "jsonrpc": "2.0",
  "result": [
    {
      "id": "<string>",
      "task_id": "<string>",
      "content": {
        "type": "<string>",
        "author": "user",
        "style": "static",
        "format": "markdown",
        "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"
    }
  ],
  "error": "<any>",
  "id": 123
}

Path Parameters

agent_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.