v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
Runs

Create Run

Creates a new Run from a Flow template.

post/v1/runs

Request body

flowIdstring required

The Flow ID.

versioninteger

The Flow template version. Defaults to the latest version when omitted.

inputobject

Initial input for the Run. Refer to the Flow template for specific input requirements.

Example request

{
  "flowId": "33093874-1e3d-4ea9-b988-8cc64e5a4079",
  "version": 1
}

Response

A Run ID

flowRunIdstring required

The Sohar ID for the Run.

Example response

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