Endpoint
Path Parameters
The unique identifier of the project whose sheets 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 include. Acts as an allowlist filter.
Restrict results to sheets that belong to this file.
Case-insensitive substring match on the parent file’s name.
Filter by parent file classification. One of:
plans, specifications, documents, addenda, mixed, other.Filter by processing status of the parent file.
Filter to sheets located at this specific 1-based page number within their source file. Minimum:
1.Filter to sheets with this exact sheet number (e.g.
A1.01, S-200).Response
Returns aProjectSheetEntityListResponse object.
Pagination Fields
Total number of sheets 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 sheet 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 sheet entities.