curl --request GET \
--url 'https://api.workstream.stateset.com/v1/workflows/return/{workflow_id}/status' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
{
"status": "pending",
"phase": "string",
"reviewed": true
}
Return workflow status
Success
GET
/
v1
/
workflows
/
return
/
{workflow_id}
/
status
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/workflows/return/{workflow_id}/status' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
{
"status": "pending",
"phase": "string",
"reviewed": true
}
Path parameters
string (string)
required
Response
WorkflowStatusResponse
string
string
boolean
Status codes
| Code | Meaning |
|---|---|
200 | Success |
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/return/{workflow_id}/status' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
{
"status": "pending",
"phase": "string",
"reviewed": true
}
Last modified on August 31, 2026