interface FilesGetResponse {
    count: number;
    files: FilePathFile[];
    path: string;
    paths: string[];
    project_id: string;
}

Properties

count: number

The number of files in the Project path

files: FilePathFile[]

The dataset identity (not its name). A unique reference assigned automatically when uploaded

path: string

The project path

paths: string[]

Sub-directories in the current path

project_id: string

The project