---
title: "searchJourneys"
method: POST
path: "/v1/journey/configuration/search"
tags: ["Journeys"]
---

# searchJourneys

`POST /v1/journey/configuration/search`

Search Journeys

## Request body

- SearchJourneysQueryRequest
  - `q` string — Lucene query syntax See https://lucene.apache.org/core/2_9_4/queryparsersyntax.html ; https://www.elastic.co/guide/en/kibana/current/lucene-query.html
  - `from` integer — The offset of the first result to return. See https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-from-size.html
  - `size` integer — The maximum number of results to return. See https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-from-size.html
  - `sort` string — The sort order. Follows Lucene syntax.

## Response `200`

Success

- SearchJourneysResponse
  - `hits` number — The total number of hits.
  - `results` object[] — The results.
    - `_id` string, uuid — Journey Entity ID
    - `_schema` string — Entity Schema (journey always in this case)
    - `_title` string — Journey Entity Title
    - `_org` string — Organization ID
    - `_created_at` string, date-time
    - `_updated_at` string, date-time
    - `_tags` string[]
    - `_manifest` string[] — Manifest ID used to create/update the entity
    - `journey_name` string — Journey Name
    - `journey_id` string, uuid — Journey config ID
    - `journey_type` string — Journey Template
    - `design` string — Journey Design Name
    - `created_by` object[]
      - `id` string — User ID
    - `journey_version` 'Flex' — Journey Version

---

[API](https://skmtc.net/epilot/apis/journey-api.md) · [All operations](https://skmtc.net/epilot/apis/journey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/journey-api/revisions/515acb1f892e/schema)
