v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Filesystems

Get File

Retrieve a specific file (or directory) from the filesystem manifest.

get/filesystems/{filesystem_id}/files/{file_path}

Path parameters

filesystem_idstring required
file_pathstring required

Query parameters

include_contentboolean

Include file content in response

Include file content in response

Response

Successful Response

checksumstring nullable

SHA256 checksum (None for directories).

contentstring nullable

File contents (None for binary/large files).

content_truncatedboolean

True if content was truncated due to size.

is_binaryboolean

True if file is binary.

is_directoryboolean

Whether this entry is a directory.

mime_typestring nullable

MIME type (None for directories).

modified_atstring date-time required

File's last modification time.

pathstring required

Relative path within filesystem (e.g., 'src/index.ts').

size_bytesinteger nullable

File size in bytes (None for directories).

synced_atstring date-time required

When this entry was last synced.