Skip to main content
POST
/
v1
/
workflows
/
{workflow_id}
/
runs
/
sync
Create Sync Run
curl --request POST \
  --url https://api.example.com/v1/workflows/{workflow_id}/runs/sync \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "input": {},
  "node_ids": [
    "<string>"
  ],
  "group_id": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "output": {}
}

Authorizations

X-API-Key
string
header
required

Path Parameters

workflow_id
string
required

Query Parameters

output_only
boolean
default:false
use_output_ids
boolean
default:false

Body

application/json
input
Input · object
required
node_ids
string[] | null
group_id
string | null

Response

Successful Response

id
string<uuid>
required
output
Output · object
required