Skip to main content
GET
List agent executions

Authorizations

Authorization
string
header
required

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

Path Parameters

senderId
string
required

Query Parameters

status
enum<string>

Status of an agent execution.

Available options:
success,
error,
filtered,
rate_limited,
balance_insufficient
limit
integer
default:50
Required range: x <= 100
cursor
string

Response

List of executions.

items
object[]
required
nextCursor
string | null