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

Response

200 - application/json

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