Skip to main content
GET
/
workflows
/
run
/
{id}
/
{indexOrId}
/
{user}
Run a workflow
curl --request GET \
  --url https://api.reelevant.com/v2/workflows/run/{id}/{indexOrId}/{user} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Workflow id

Pattern: ^[0-9a-fA-F]{24}$
indexOrId
number
required

Entrypoint index in the entrypoint list or first part in entrypoint id

Required range: x >= 0
user
string
required

User identifier

Query Parameters

mode

Edit run mode display: display a content click: redirect to the content defined URL

Available options:
debug
no-cache
boolean

Disable all cache for this execution

engine
string

Configure to use a specific engine version

dry-run
boolean

Disable all stats for this execution

rlvt-redirect
string

Specify redirect url for mode click

Response

any | null

Ok

Can be any value