List Workflow Activity Histories
list_workflow_activity_historiesRetrieve a paginated list of activities for a workflow instance. Provide workflow instance and company IDs to get activity history.
Instructions
Return a list of activities performed for a workflow instance. 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: workflow_instance_id, company_id. Procore API: Core > Workflows. Endpoint: GET /rest/v1.0/workflow_activity_histories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_instance_id | Yes | Query string parameter — workflow Instance ID | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| 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) |