{
"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
}
Handle JSON-RPC requests for an agent by its unique ID.
{
"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
}
Successful Response
The response is of type object
.