Skip to main content
GET
Get Run

Authorizations

Authorization
string
header
required

Include an OAuth 2.0 bearer token in the Authorization header. See Authentication.

Path Parameters

flowRunId
string
required

The Sohar ID for the Run

Example:

"fb701ac1-1246-4860-b1ec-bd916b97a990"

Response

A Run

flowRunId
string
required

The Sohar ID for the Run.

Example:

"fb701ac1-1246-4860-b1ec-bd916b97a990"

status
enum<string>
required

Current status of the Run.

Available options:
CREATED,
IN_PROGRESS,
PENDING,
COMPLETE,
ERROR
output
object | null
required

The Run output when status is COMPLETE. The schema of this object is defined in the Flow template.

errors
object[]

An optional array of error objects returned when status is ERROR.