List CloudFS filesystems
Lists the CloudFS filesystems for the authenticated user’s organization. Results use cursor-based pagination: fetch the next page by passing meta.cursors.after as page[after], or follow the meta.next URL.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The number of filesystems to return per page. Values above 250 are treated as 250.
1 <= x <= 250Opaque cursor from a previous response's meta.cursors.after; returns the page after it. Mutually exclusive with page[before].
Opaque cursor from a previous response's meta.cursors.before; returns the page before it. Mutually exclusive with page[after].
Return only the filesystem whose name matches exactly.
Return only filesystems with this status. Unrecognized values are ignored.
provisioning, ready, needs_format, deleting, failed Return only filesystems in this region.
"us-east-1"
Sort order for the results: a field name for ascending, or the field name prefixed with - for descending.
created_at, -created_at, updated_at, -updated_at, name, -name