v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
Runs

Update Run

Updates callback input for a pending Run.

put/v1/runs/{flowRunId}

Path parameters

flowRunIdstring required
Example:fb701ac1-1246-4860-b1ec-bd916b97a990

The Sohar ID for the Run

Request body

inputobject required

Input payload to patch into callback state context.

Response

Updated Run status

flowRunIdstring required

The Sohar ID for the Run.

status'CREATED' | 'IN_PROGRESS' | 'PENDING' | 'COMPLETE' | 'ERROR' required

Current status of the Run.

Example response

{
  "flowRunId": "fb701ac1-1246-4860-b1ec-bd916b97a990"
}