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.
Query parameters
The number of filesystems to return per page. Values above 250 are treated as 250.
Opaque 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.
Return only filesystems in this region.
Sort order for the results: a field name for ascending, or the field name prefixed with - for descending.
Response
CloudFS filesystems retrieved successfully
Example response
{
"data": [
{
"created_at": "2026-07-14T21:42:01Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "agent-fs",
"record_type": "cloudfs",
"region": "us-east-1",
"s3_bucket": "cloudfs-fs-0123456789abcdef",
"s3_endpoint": "https://us-east-1.telnyxcloudstorage.com",
"status": "ready",
"updated_at": "2026-07-14T21:42:01Z"
}
]
}Changes
Changed in 4 of the 61 revisions of this API.828
- ▲
the response property
errors/items/codebecame optional for the status401response-property-became-optional
- ▲
the response property
errors/items/codebecame optional for the status422response-property-became-optional
- ▲
the response property
errors/items/titlebecame optional for the status401response-property-became-optional
- ▲
the response property
errors/items/titlebecame optional for the status422response-property-became-optional
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ○
added the optional property
errors/items/meta/urlto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/urlto the response with the422statusresponse-optional-property-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
- ●
removed the optional property
errors/items/meta/urlfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errors/items/meta/urlfrom the response with the422statusresponse-optional-property-removed
- ○
the response property
errors/items/codebecame required for the status401response-property-became-required
- ○
the response property
errors/items/codebecame required for the status422response-property-became-required
- ○
the response property
errors/items/titlebecame required for the status401response-property-became-required
- ○
the response property
errors/items/titlebecame required for the status422response-property-became-required
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○
- ○
endpoint added
endpoint-added
- ○