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": "550e8400-e29b-41d4-a716-446655440000",
"meta_url": "postgres://fs_0123456789abcdef@us-east-1.telnyxcloudfs.com:5432/fs_0123456789abcdef?sslmode=require",
"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"
}
}