List devices
Endpoints
List devices
List the caller org’s devices, newest first, with keyset pagination and optional status/Space
filters. An org-wide key may omit space_id; a Space-scoped key MUST name a Space it holds.
GET
List devices
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter to one lifecycle status (creating|active|sleeping|waking|terminated|error).
Filter to one Space (raw uuid). Required when the API key is Space-scoped.
Opaque cursor from a previous page's next_cursor.
Page size (default 20, max 100).