cloudfs filesystems
Get a CloudFS filesystem
Retrieves a CloudFS filesystem by its ID. The returned meta_url omits the credential — the metadata token is only ever returned by create and rotate-meta-token. A filesystem whose last lifecycle action failed includes a customer-safe error message.
get/storage/cloudfs/{id}
Path parameters
idstring uuid required
CloudFS filesystem ID
Response
CloudFS filesystem retrieved successfully
Example response
{
"data": {
"created_at": "2026-07-14T21:42:01Z",
"error": "failed to create storage bucket",
"id": "3be44fad-d34c-4884-b4b2-ef12c6133af4",
"meta_url": "postgres://fs_1fe301e97d7c4edd@us-east-1.telnyxcloudfs.com:5432/fs_1fe301e97d7c4edd?sslmode=require",
"name": "agent-fs",
"record_type": "cloudfs",
"region": "us-east-1",
"s3_bucket": "cloudfs-fs-1fe301e97d7c4edd",
"s3_endpoint": "https://us-east-1.telnyxcloudstorage.com",
"status": "ready",
"updated_at": "2026-07-14T21:42:01Z"
}
}