Skip to main content
GET
/
api
/
v1
/
temporal
/
workflows
/
{workflowId}
/
status
Get Workflow Status
curl --request GET \
  --url https://sandbox.oumla.com/api/v1/temporal/workflows/{workflowId}/status \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "status": 123,
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-sdk-version
string
default:1.0.0

SDK version for tracking and compatibility

Path Parameters

workflowId
string
required

Temporal workflow ID

Response

Get workflow status and result

message
string
required

Response message

success
enum<boolean>
required

Indicates successful response

Available options:
true,
false
status
integer
required

HTTP status code

data
object

Response data