---
title: "List Journey Nodes"
method: GET
path: "/journey_node"
tags: ["Journey Node"]
---

# List Journey Nodes

`GET /journey_node`

Retrieve a list of journey nodes

## Query parameters

- `id` string
- `journey_version_id` string
- `organisation_id` string
- `type` string
- `event_type` string
- `extra_context_schema` string
- `name` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- JourneyNode[]
  - `id` string, uuid — Journey node ID
  - `journey_version_id` string, uuid — Journey version ID
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `type` 'trigger' | 'form' | 'filter' | 'wait_for_event' | 'wait_until' | 'wait_for_time' | 'send_message' | 'if_else' | 'switch' | 'set_conversation_status' | 'move_conversation_to_inbox' | 'set_conversation_is_spam' | 'set_conversation_assignee' | 'update_contact_list_membership' | 'update_conversation_tag' | 'add_conversation_comment' | 'set_contact_value' | 'set_deal_value' | 'set_appointment_value' | 'update_marketing_subscription' | 'segment_filter' | 'http_request', public.journey_node_type, nullable — Node type
  - `event_type` 'contact_created' | 'contact_changed' | 'deal_created' | 'deal_changed' | 'appointment_created' | 'appointment_changed' | 'deal_won' | 'deal_lost' | 'appointment_confirmed' | 'appointment_cancelled' | 'message_inbound' | 'appointment_started' | 'appointment_ended' | 'appointment_approaching' | 'marketing_subscription_accepted' | 'date' | 'birthday' | 'message_action_click' | 'conversation_closed' | 'conversation_reopened' | 'http' | 'review_request_submitted' | 'review_submitted' | 'form_completed' | 'message_outbound' | 'message_sending_error' | 'custom_entity_created' | 'custom_entity_changed', public.journey_event_type, nullable — Event type for trigger nodes
  - `extra_context_schema` object, nullable — Schema for additional context data
  - `name` string, text, nullable — Node name

---

[API](https://skmtc.net/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.net/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmateo/mateo-api/versions/96e99eb80199/schema)
