List Locations
List every location in your workspace.
status, so you can spot locations that have
failed or need attention. The response is a JSON array (not an object), takes
no request body, and never returns raw secrets.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The workspace's locations.
Unique identifier for the location (a UUID).
"3f9a2b7c-1d4e-4a8f-9c2b-6e5d0a1f7b83"
The storage backend this location authenticates against.
"s3"
The human-readable name. Not unique across an account.
"prod-backups"
Lifecycle state. active is healthy; failed is a provider's terminal rejection (e.g. an invalid grant); needs_attention is Byteport's back-off after repeated refresh failures, awaiting an operator.
active, failed, needs_attention "active"
Why the location was marked failed. Omitted for active locations.
"invalid_grant"
When the location was created (RFC 3339, UTC).
"2026-05-14T17:02:11Z"

