Get Project Task By Id
get_project_task_by_id_companyGet the full details of a specific estimating task record by its task ID, company ID, and project ID. Returns a JSON object describing the task.
Instructions
Get project task by id. Use this to fetch the full details of a specific Estimating records by its identifier. Returns a JSON object describing the requested Estimating records. Required parameters: task_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/tasks/{task_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | URL path parameter — unique identifier of the task | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |