v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Filesystems

Get Filesystem

Get filesystem details by ID.

get/filesystems/{filesystem_id}

Path parameters

filesystem_idstring required

Response

Successful Response

archive_checksumstring nullable

SHA256 checksum of the archive for detecting changes.

archive_pathstring nullable

GCS path for the filesystem's archive.

archive_size_bytesinteger nullable

Size of the archive in bytes after last sync.

created_atstring date-time nullable

The timestamp when the filesystem was created.

idstring required

The unique identifier of the filesystem.

last_synced_atstring date-time nullable

Timestamp of the last successful sync operation.

namestring nullable

Optional human-readable name (unique per namespace).

namespace_idstring required

The namespace this filesystem belongs to.

project_idstring nullable

The project this filesystem belongs to (optional).

status'CREATING' | 'READY' | 'SYNCING_UP' | 'SYNCING_DOWN' | 'FAILED' required

Filesystem lifecycle status states.

updated_atstring date-time nullable

The timestamp when the filesystem was last updated.