Get workflow status and result
cURL
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": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SDK version for tracking and compatibility
Temporal workflow ID
Response message
Indicates successful response
true
false
HTTP status code
Response data
Was this page helpful?