List Sailboxes
Returns Sailboxes in your organization, most recently active first. Terminated Sailboxes stay in the list, so filter by status if you only want live ones.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
How many Sailboxes to return.
1 <= x <= 100How many Sailboxes to skip before the page starts.
0 <= x <= 100000Only return Sailboxes in this app id.
Only return Sailboxes in this status. failed also returns create_failed and interrupted_unsafe_to_retry.
Leave out Sailboxes in any of these statuses, written as a comma-separated list. Each name is matched exactly, so failed here leaves out only failed.
Only return Sailboxes matching this text. It is matched against the Sailbox name and id and against the name and id of the app it belongs to.
Only return Sailboxes this key can operate without an owner override. A private Sailbox someone else created is left out even for an organization admin.
newest_active groups by state, most recently changed first within each group: running and creating, then paused, sleeping, and interrupted_restorable, then failed, create_failed, and interrupted_unsafe_to_retry, then everything else. newest_created sorts purely by creation time.
newest_active, newest_created, Response
A page of Sailboxes.