Command Palette
Search for a command to run

List storage mounts

Retrieve all storage mounts in a namespace

GET
/auth/v1/seed/{namespace}/storage

Path parameters


namespace
type: string
required
The namespace (user or organization) to list storage mounts for.

Query parameters


page
type: integer
Page number for pagination.
default: 1
per_page
type: integer
Number of results per page. Maximum `100`.
default: 20

Previous Create a storage mount

Next Get a storage mount