Projects

[Deprecated] Get files in a project

Deprecated in favor of Get files in a folder. Get a list of all the Files within the specified project (now called a "folder").

get/v1/projects/{project_id}/files

Path parameters

project_idstring required

ID of the project to list files from

Query parameters

branch_databoolean

Returns branch metadata in the response for each main file with a branch inside the project.

Response

Response from the GET /v1/projects/{project_id}/files endpoint.

namestring required

The project's name.

Changes