Get Observation Item PDF Url
get_observation_item_pdf_urlGenerate a time-limited PDF download URL for a specific observation item. Requires the item ID and project ID to produce the download link.
Instructions
Generates a PDF of a single Observation Item and returns a time-limited download URL. This also records a "PDF shared" entry in the Observation's change history, so treat it as an action rather than a cacheable read. Use this when you already know which observation item PDF URL you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON object containing the generated file or a download URL for the observation item PDF URL. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/observations/items/{id}/pdf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Observations resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |