Show Specification Set
show_specification_setFetch detailed information for a specific specification set using project ID and specification set ID.
Instructions
Show a specific Specification Set. Use this to fetch the full details of a specific Specifications by its identifier. Returns a JSON object describing the requested Specifications. Required parameters: project_id, id. Procore API: Project Management > Specifications. Endpoint: GET /rest/v1.0/projects/{project_id}/specification_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the specification section to show | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |