Endpoint
Path Parameters
The unique identifier of the project whose files you want to list.
Query Parameters
Maximum number of records to return per page. Must be between 1 and 500.
Pagination cursor returned as
nextCursor from a previous response. Omit to fetch the first page.When
true, artifact URL fields are stripped from each entity, reducing payload size. Useful when you only need metadata.Comma-separated list of sheet IDs to restrict results to files that contain those sheets.
Filter to a specific file by its ID.
Case-insensitive substring match against the file name.
Filter by file classification. One of:
plans, specifications, documents, addenda, mixed, other.Filter by processing status string (e.g.
complete, processing, failed).Response
Returns aProjectFileEntityListResponse object.
Pagination Fields
Total number of files matching the current filters across all pages.
The page size limit that was applied to this response.
The cursor value used for this page (echoed back from the request).
Opaque cursor to pass as
cursor to retrieve the next page. null when there are no more pages.Number of file entities actually returned in this response.
true if additional pages are available beyond this response.Relay-style page info object.
Data Fields
Array of extracted file entities.