Get Full Endpoint Details
procore_get_endpoint_detailsGet the complete parameter and response schema for any Procore endpoint before making an API call, listing every path, query, and body field with type and required flag. Prevents rejected requests caused by guessed parameter names.
Instructions
Returns the complete parameter schema for one Procore endpoint: every path, query, and body field with its type and required flag, plus the response shape. Call this after discovery and before procore_api_call — api_call needs exact parameter names, and guessing them is the most common cause of a rejected request. Takes the operationId string that procore_discover_endpoints and procore_search_endpoints return; an unrecognized operation_id comes back as a not-found message rather than an error. Reads the bundled catalog: no Procore request, no authentication, no rate-limit cost. Step 3 of the workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | The exact operationId from procore_discover_endpoints or procore_search_endpoints, e.g. 'RestV10ProjectsProjectIdRfisGet'. Case-sensitive; not a URL path. |