Skip to main content
GET
/
api
/
chats
/
{conversationId}
/
runs
List runs for a conversation.
curl --request GET \
  --url https://openagents.com/api/chats/{conversationId}/runs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Maximum records to return (endpoint specific caps apply).

Required range: x >= 1
Example:

100

Response

Successful list response

data
object[]