v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
Beta
Directory Files

Get Directory File

Get a directory file by directory_file_id; to look up by unique_id, use the list endpoint with a filter.

get/api/v1/beta/directories/{directory_id}/files/{directory_file_id}

Path parameters

directory_idstring required
directory_file_idstring required

Query parameters

expandstring[] nullable

Fields to expand.

Fields to expand.

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

idstring required

Unique identifier for the directory file.

created_atstring date-time nullable

Creation datetime

updated_atstring date-time nullable

Update datetime

project_idstring required

Project the directory file belongs to.

directory_idstring required

Directory the file belongs to.

unique_idstring required

Unique identifier for the file in the directory

display_namestring required

Display name for the file.

file_idstring nullable

File ID for the storage location.

metadataMetadataDict
deleted_atstring date-time nullable

Soft delete marker when the file is removed upstream or by user action.