latestSwagger 2.02026-08-10148196271.0 KB

afaab604b58c

workflows

Get journeys (workflows)

Get a list of the journeys within your project.

get/api/journeys

Query parameters

pageinteger

Page number (starting at 1).

pageSizeinteger

Number of results to return per page (defaults to 10, maximum of 50).

sortstring

Sort field with optional direction prefix. Use - for descending, + or no prefix for ascending. Examples: -createdAt, +name, id

statestring[]

Without this parameter, the endpoint returns all non-archived journeys. With state set to Archived, the endpoint only returns archived journeys.

Response

successful operation