Get Interactions (Journeys)
GET https://{{et_subdomain}}.rest.marketingcloudapis.com/interaction/v1/interactions
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/jb-api-specification.htm
Retrieves a collection of all journeys. The journey collection resources are embedded in the items property of the response body. Use both a sort order and paging to minimize the response size and response time.
RESPONSES
status: OK
{"count":1,"page":1,"pageSize":50,"links":{},"items":[{"id":"38422c30-0420-46a1-ab69-3327ea35a3a5","key":"9f7ee1da-119b-294c-729d-1dada7da0d62","name":"postman-testing","lastPublishedDate":"0001-01-01T00:00:00","description":"","version":1,"workflowApiVersion":1,"createdDate":"2019-07-22T15:54:48.547","modifiedDate":"2019-07-22T15:55:02.07","goals":[],"exits":[],"stats":{"currentPopulation":0,"cumulativePopulation":0,"metGoal":0,"metExitCriteria":0,"goalPerformance":0},"entryMode":"NotSet","defaults":{"email":["{{Event.APIEvent-0dbe46de-74f9-a309-7778-298c0a565f93.\"Email\"}}"],"properties":{"analyticsTracking":{"enabled":false,"analyticsType":"google","urlDomainsToTrack":[]}}},"metaData":{},"executionMode":"Production","categoryId":731761,"status":"Draft","definitionId":"38422c30-0420-46a1-ab69-3327ea35a3a5"}]}