cURL
curl --request GET \ --url https://api.soharhealth.com/v1/flow-runs/{flowRunId} \ --header 'Authorization: Bearer <token>'
{ "flowRunId": "fb701ac1-1246-4860-b1ec-bd916b97a990", "status": "PENDING", "output": {} }
Returns the latest status of a Run and output when complete.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Sohar ID for the Run
"fb701ac1-1246-4860-b1ec-bd916b97a990"
A Run
The Sohar ID for the Run.
Current status of the Run.
"PENDING"
Run output when status is complete; otherwise null.