cURL
curl --request GET \ --url https://openagents.com/api/chats/{conversationId}/runs/{runId}/events \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Returns the selected run plus ordered event payloads. Use limit to bound event rows.
limit
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Maximum records to return (endpoint specific caps apply).
x >= 1
100
Successful response