Skip to main content
GET
/
api
/
sdk
/
chat
/
agent
/
{agent_id}
/
runs
Get chat runs for a specific agent
curl --request GET \
  --url https://api.example.com/api/sdk/chat/agent/{agent_id}/runs
[
  {
    "id": "<string>",
    "name": "<string>",
    "status": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "duration": 123,
    "description": "<string>",
    "agent_type": "<string>",
    "model": "<string>"
  }
]

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

id
string
required
name
string
required
status
string
required
timestamp
string<date-time>
required
duration
integer
required
description
string
required
agent_type
string
required
model
string
required