v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Filesystems

List Filesystems

List all filesystems accessible to the current user.

get/filesystems

Query parameters

project_idstring nullable

Optional project filter. When provided, requires read access to the project and returns only filesystems in that project.

Optional project filter. When provided, requires read access to the project and returns only filesystems in that project.

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.