List Operations
list_operationsGet a paginated overview of company async operations. Use filters by type, status, or start time to locate specific operations.
Instructions
List all asynchronous operations for the company. Use this to enumerate Company Settings when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Company Settings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: GET /rest/v2.0/companies/{company_id}/async_operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| filters__operation_type | No | Query string parameter — return operations of the specified type. | |
| filters__started_after | No | Query string parameter — return operations that started after the started_after time. | |
| filters__started_before | No | Query string parameter — return operations that started before the started_before time. | |
| filters__status | No | Query string parameter — return operations with the specified status. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |