List Drawing Tiles
list_drawing_tilesFetch drawing tile details for a specific drawing revision, including maximum zoom level and tile size. Retrieve the complete field set for a known drawing tile.
Instructions
Lists the Drawing Tiles in the specified Drawing Revision along with the maximum Zoom Level and Tile Size. Use this when you already know which drawing tile you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and drawing_revision_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the drawing tile. 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: project_id, drawing_revision_id. Procore API: Project Management > Drawings. Endpoint: GET /rest/v1.0/projects/{project_id}/drawing_revisions/{drawing_revision_id}/drawing_tiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| drawing_revision_id | Yes | URL path parameter — iD of the drawing revision |