Endpoint
Description
Returns the current control state for a workflow: whether it is paused, cancelled, and metadata about who triggered the action and when. This is useful for:- Building UIs that show Pause / Resume button states
- Polling from backend services to coordinate other systems
Authentication
Required: Yes Include API key in header:Request
Headers
| Header | Required | Description |
|---|---|---|
X-API-Key | Yes | API authentication key |
traceparent | No | W3C trace context |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Task ID (Temporal workflow ID) |
Response
200 OK
paused_atis an empty string when the workflow has never been paused.is_cancelledreflects logical cancel state from control signals, not just Temporal termination.