curl --request GET \
--url 'https://api.workstream.stateset.com/v1/workflows/order-fulfillment/{workflow_id}/status' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
"running:review_gate"
Order fulfillment status
The workflow status as one string, <status>:<phase> — for example 'running:review_gate' or 'completed:dispatched'…
GET
/
v1
/
workflows
/
order-fulfillment
/
{workflow_id}
/
status
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/workflows/order-fulfillment/{workflow_id}/status' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
"running:review_gate"
Path parameters
string (string)
required
Response
Returnsstring.
The spec this page is generated from declares this response as an untyped object — the server
returns JSON, but its shape is not published. Read a live response to see the fields; treat any
field you find as unversioned until the spec names it.
Status codes
| Code | Meaning |
|---|---|
200 | The workflow status as one string, <status>:<phase> — for example 'running:review_gate' or 'completed:dispatched'. The handler returns Json<String>, not the object the upstream spec declares. |
400 | Validation error |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Internal error |
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/workflows/order-fulfillment/{workflow_id}/status' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
"running:review_gate"
Last modified on August 31, 2026