cURL
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>" } ]
Get a list of all chat runs/conversations.
Successful Response