Devbox Lifecycle
List Devboxes.
List all Devboxes while optionally filtering by status.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by status
Available options:
provisioning
, initializing
, running
, suspending
, suspended
, resuming
, failure
, shutdown
The limit of items to return. Default is 20.
Load the next page of data starting after the item with the given ID.
Was this page helpful?