Get information for a particular workflow

Returns detailed information for a single approval workflow identified by approvalWorkflowId, including the approval process template, submitted content, current overall status, and step-by-step assignee/approver state.

Use this endpoint when an agent needs the full workflow timeline after listing workflows (for example from GET /integration/v2/approvalWorkflows). The response includes both workflow-level fields and nested step-level decision state.

Glossary: approvalWorkflowId — Unique identifier of an approval workflow instance. approvalProcess — Named template defining routing and approval steps. stateChangedBy — User who last changed the workflow or step state.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Unique UUID identifier of the approval workflow instance. Use a value previously returned as workflow id from list workflow APIs.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json