Skip to main content
GET
List agent runs

Authorizations

X-API-Key
string
header
required

A Fluent API key beginning with fl-.

Query Parameters

agent_id
string<uuid>

Restrict results to one agent.

status
enum<string>

Restrict results to one run status.

Available options:
queued,
running,
completed,
failed,
cancelled
limit
integer
default:20

Maximum number of runs to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of matching runs to skip.

Required range: x >= 0

Response

Paginated run summaries

data
object
required