03 30 00; outline-only headings such as 1.0 are intentionally filtered out.
Endpoint
Path Parameters
The unique identifier of the project that owns the specification document.
The unique identifier of the uploaded specification document.
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 section.Filter to sections with this exact section number, such as
03 30 00.Filter to sections whose content starts at or after this 1-based page number. Minimum:
1.Filter to sections whose content ends at or before this 1-based page number. Minimum:
1.Response
Returns aProjectSpecificationSectionEntityListResponse object.
Pagination Fields
Total number of sections 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 section entities returned in this response.
true if additional pages are available beyond this response.Relay-style page info object.
Data Fields
Array of specification section summary entities.
Example Request
Example Response
Error Responses
| Status | Code | Description |
|---|---|---|
400 | invalid_request | Invalid pagination or filter value. |
401 | unauthorized | Missing or invalid Bearer token. |
404 | open_api_specification_not_found | No specification document exists for this specId in the project. |