Show Workflow Instance
show_workflow_instanceRetrieve complete details of a workflow instance by providing its ID and company ID. Returns a JSON object with all workflow information.
Instructions
Get information about a Workflow Instance. Use this to fetch the full details of a specific Workflows by its identifier. Returns a JSON object describing the requested Workflows. Required parameters: company_id, id. Procore API: Core > Workflows. Endpoint: GET /rest/v1.0/workflow_instances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Workflows resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |