v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBRuns
Get Run
Returns the latest status of a Run and output when complete.
get/v1/runs/{flowRunId}
Path parameters
flowRunIdstring required
Example:fb701ac1-1246-4860-b1ec-bd916b97a990
The Sohar ID for the Run
Response
A Run
Example response
{
"flowRunId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"errors": [
{
"status": 400,
"param": "payerId",
"error": "invalid_request_error",
"state": "create-verification"
}
]
}