docType, status, or classification to locate specific document categories.
Endpoint
Path Parameters
The unique identifier of the project whose docs 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.Comma-separated list of sheet IDs to narrow results.
Restrict results to docs extracted from a specific file.
Case-insensitive substring match on the parent file name.
Filter by parent file classification. One of:
plans, specifications, documents, addenda, mixed, other.Filter by the type of document entity (e.g.
submittal, rfi, report, schedule).Filter by processing status string (e.g.
complete, processing, failed).Response
Returns aProjectDocEntityListResponse object.
Pagination Fields
Total number of doc entities 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 doc entities actually returned in this response.
true if additional pages are available beyond this response.Relay-style page info object.
Data Fields
Array of processed document entities.