Skip to main content
GET
Get Workflow State
Returns the session’s current execution state: every step’s status, attempt count, and requirements, plus which step to submit next. Poll this endpoint to resume a session after an interruption, or to check overall progress without submitting a step.
This is a read-only endpoint — it never mutates session or step state.

Request

Headers

Path parameters

Example request

Response

This response shape is distinct from Create Workflow Session’s — it has no expires_at, and adds status, session_progress, and attempts_remaining. Start Workflow returns this same shape.

200 — Success

steps[] object

Error responses