Skip to main content
GET
List scoped agent executions

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Query Parameters

issue_id
string<uuid>
agent_member_id
string<uuid>
state
enum<string>
Available options:
assigned,
running,
waiting,
needs_human,
succeeded,
failed,
cancelled
active
boolean
harness_kind
string
Maximum string length: 64
updated_after
string<date-time>
limit
integer
default:25
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: 0 <= x <= 10000
shape
enum<string>
Available options:
envelope,
cli

Response

Scoped execution list

Legacy execution-list response or CLI-compatible envelope.

executions
object[]
required
total
integer
required
limit
integer
required
offset
integer
required