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
Path Parameters
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.