show_workflow_instance
Retrieve detailed information about a specific workflow instance in Procore using its ID and company identifier to track progress and status.
Instructions
Show Workflow Instance. [Core/Workflows] GET /rest/v1.0/workflow_instances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID | |
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |