List Workflow Instances
list_workflow_instancesList workflow instances for a company, with optional filters by object ID or type. Paginated results help locate workflow IDs and manage workflows.
Instructions
Return a list of workflow instances for a workflow. Any resource using workflow should have a workflow instance. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this to enumerate Workflows when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Workflows. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Core > Workflows. Endpoint: GET /rest/v1.0/workflow_instances
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| filters__workflowed_object_id | No | Query string parameter — return items for a specific workflow object. | |
| filters__workflowed_object_type | No | Query string parameter — return items for a specific workflow object type. | |
| 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) |