Skip to main content
GET
List devices

Authorizations

Authorization
string
header
required

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

Query Parameters

status
string | null

Filter to one lifecycle status (creating|active|sleeping|waking|terminated|error).

space_id
string | null

Filter to one Space (raw uuid). Required when the API key is Space-scoped.

cursor
string | null

Opaque cursor from a previous page's next_cursor.

limit
integer<int64> | null

Page size (default 20, max 100).

Response

A page of devices

A page of devices with the cursor for the next page (null on the last page).

data
object[]
required
next_cursor
string | null