Skip to main content
GET
List async code runs

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Machine ID (e.g. mch_a1b2c3d4)

Query Parameters

status
enum<string>
Available options:
queued,
running,
succeeded,
failed,
cancelled
context_id
string
limit
integer
Required range: 1 <= x <= 200
cursor
string

Response

Code run list

items
object[]
required
next_cursor
string | null
required

Cursor for the next page; always present and null when there are no further pages.