Read a path
Filesystem
Read by Path
Resolve a path: returns a presigned URL for a file, or a listing for a folder.
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
200):
200):
Authorizations
Path Parameters
The name of the project
Query Parameters
Absolute path inside the project
