list_specification_section_terms
Retrieve extracted terms from specification sections in Procore projects to analyze requirements and manage documentation. Supports pagination for large collections.
Instructions
List specification section terms. [Project Management/Specifications] GET /rest/v1.0/projects/{project_id}/specification_section_terms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| specification_section_ids | No | Specification Sections to fetch extracted terms for. Limited to 100 sections per call; clients should paginate larger collections. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |