Get Operation Details
get_operation_detailsRetrieve full details of a specific asynchronous operation by providing company and operation identifiers. Use this to fetch operation status and data from Procore Company Settings.
Instructions
Retrieve details of a specific asynchronous operation for the company. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a JSON object describing the requested Company Settings. Required parameters: company_id, operation_id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: GET /rest/v2.0/companies/{company_id}/async_operations/{operation_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| operation_id | Yes | URL path parameter — unique identifier for the operation. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |