Skip to main content
GET
/
api
/
chats
/
{conversationId}
/
runs
/
{runId}
/
events
List events for a specific run.
curl --request GET \
  --url https://openagents.com/api/chats/{conversationId}/runs/{runId}/events \
  --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 response

data
object