List Specification Sections
list_specification_sectionsFetch a paginated list of specification sections for a project with support for sorting, filtering by ID, and adjusting page size.
Instructions
List the Specification Sections in a Project. Use this to enumerate Specifications when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Specifications. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Specifications. Endpoint: GET /rest/v1.0/specification_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| sort | No | Query string parameter — sorts the specification sections by number Ex. 'sort=number' Use 'sort=-number' to sort in descending order | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |