list_operations_v2_0
Retrieve and filter asynchronous operations for a company in Procore, including status, type, and time-based queries for administrative oversight.
Instructions
List Operations. [Company Admin/Company Settings] GET /rest/v2.0/companies/{company_id}/async_operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| filters__operation_type | No | Return operations of the specified type. | |
| filters__started_after | No | Return operations that started after the started_after time. | |
| filters__started_before | No | Return operations that started before the started_before time. | |
| filters__status | No | Return operations with the specified status. | |
| page | No | Page | |
| per_page | No | Elements per page |