List Objects
List the objects stored at a location.
name or id
in the request body (a non-unique name returns 409 with the candidates).
Scope the listing with:
path— a subfolder relative to the location’s root. Omit it to list the root. For bucket/container backends (S3-family, GCS, Azure), an emptypathlists your buckets/containers, not their contents — setpathto a bucket name to go inside.recurse— settrueto descend into subfolders. Defaults tofalse.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Address the location by name or id (at least one required), plus an optional listing scope.
The location name (its label). If it matches several locations, also send id.
"prod-backups"
The location's UUID. Addresses one location directly, or selects a match of a non-unique name.
"3f9a2b7c-1d4e-4a8f-9c2b-6e5d0a1f7b83"
Subfolder to list, relative to the location's root. Omit or leave empty to list the root. For bucket/container backends, set this to a bucket name to list its contents.
"archives"
List subfolders recursively. Defaults to false (immediate children only).
false

