---
title: "Search Journeys"
method: GET
path: "/api/v2/journeys"
tags: ["Journeys"]
---

# Search Journeys

`GET /api/v2/journeys`

Search Journeys - Journeys are the templates that can be used to create user journeys.

## Query parameters

- `filters` object
  - `title` string — Comma separated list of title
  - `transition_type` string — Comma separated list of transition types
  - `published` boolean
- `offset` integer
- `limit` integer
- `order_by` string
- `direction` string

## Response `200`

The request has succeeded.

- ResponsesJourneyList[]
  - `id` string, uuid, required
  - `transition_type` 'pre_offer' | 'offer' | 'post_offer' | 'onboarding' | 'offboarding', required
  - `publishing_state` 'unpublished' | 'published' | 'draft', required
  - `title` string, required
  - `created_at` string, iso8601, required

---

[API](https://skmtc.net/xpand-io/apis/xpand-api.md) · [All operations](https://skmtc.net/xpand-io/apis/xpand-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpand-io/xpand-api/versions/85bece7875fd/schema)
