Skip to content

Trigger on-demand journey workflow execution

Request

Triggers the journey workflow to execute immediately using the most recent completed Parent Segment output data. Does not initiate a Parent Segment refresh. Returns 409 Conflict if a PS refresh or journey workflow is already in progress. Returns 422 if the journey is not eligible for on-demand execution (e.g., not active, belongs to Priority Group).

Security
TdApikeyAuth
Path
journeyIdstringrequired

The ID of the journey to trigger

curl -i -X POST \
  'https://api-cdp.treasuredata.com/entities/journeys/{journeyId}/run' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Journey workflow execution has been triggered

Bodyapplication/json
dataobject(partial_journey.yaml-JourneyExecutionJsonApiResource)required
Response
{ "data": { "id": "string", "type": "execution-journey", "attributes": {} } }