Show Workflow Bulk Replace Request
show_workflow_bulk_replace_requestRetrieves full details of a specific workflow bulk replace request using its ID and company ID. Ideal when you already know which request you need and want its complete field set.
Instructions
Returns a workflows bulk replace request. Use this when you already know which workflow bulk replace request you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the workflow bulk replace request. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id. Procore API (v2.0): Core > Workflows. Endpoint: GET /rest/v2.0/companies/{company_id}/workflows/bulk_replace_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the workflow bulk replace request. | |
| company_id | Yes | URL path parameter — unique identifier for the company. |