Skip to content

Journeys

In Audience Studio, a journey represents a timeline of events that can help you motivate a customer’s behavior about your product. After marketers create journey stages, they can further analyze and refine the stages and activate specific stages for campaigns.

Journeys is a premium feature. Contact your Customer Success Representative for more information.

List journeys

Request

List journeys under the specified folder.

Security
TdApikeyAuth
Query
folder_idinteger, (int64)required

Folder ID specifying the folder where journeys are listed

permissionstring

Permission to filter

Enum:"view""edit"
curl -i -X GET \
  'https://api-cdp.treasuredata.com/entities/journeys?folder_id=0&permission=view' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Returns the list of the journeys

Bodyapplication/json
dataArray of objects(JourneyJsonApiResource)required
includedArray of anyrequired
Response
{ "data": [ {} ], "included": [ {} ] }