Skip to main content

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

Notes:
  • paused_at is an empty string when the workflow has never been paused.
  • is_cancelled reflects logical cancel state from control signals, not just Temporal termination.

404 Not Found

401 / 403

or