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