Skip to main content
GET
Read a path
Polymorphic response: The response shape depends on what exists at the path. Check the ftype field — "file" returns a download URL, "folder" returns a listing of direct children.

What this does

Reads whatever exists at the given path. If the path resolves to a file, returns a File object with a short-lived presigned download URL (15-minute TTL). If it resolves to a folder, returns a Folder object listing its direct children.

Examples

File response (200):
Folder response (200):

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

The name of the project

Query Parameters

path
string
required

Absolute path inside the project

Response

File or folder

A file object inside the filesystem

ftype
enum<string>
required
Available options:
file,
folder
name
string
required
size
integer

size in bytes

mimetype
string
modified_at
string<date-time>
url
string<uri>

Presigned download url. 15min TTL.