---
title: "Get conversation"
method: GET
path: "/conversations/{conversationId}"
tags: ["Conversations"]
---

# Get conversation

`GET /conversations/{conversationId}`

Returns one conversation with all messages, originating campaign or sequence context, and subscriber details.

## Path parameters

- `conversationId` string, required

## Response `200`

Conversation returned

- object
  - `success` boolean
  - `conversation` object — Conversation with messages, context, and subscriber.

## Other responses

- `401` — Unauthorized
- `404` — Conversation not found

---

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