---
title: "Get sequence preview for a contact"
method: GET
path: "/v3/sequences/{sequence_id}/contacts/{contact_id}/preview"
tags: ["Sequence Contacts"]
---

# Get sequence preview for a contact

`GET /v3/sequences/{sequence_id}/contacts/{contact_id}/preview`

<Warning>
  **Coming soon.** This endpoint will be available by early July 2026.
</Warning>

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns the per-contact preview of the messages this sequence will send, including any AI-personalized step templates.

## Path parameters

- `sequence_id` integer, required
- `contact_id` integer, required

## Response `200`

Preview returned

- object
  - `sequenceId` integer, required
  - `contactId` integer, required
  - `contactFullName` string, required
  - `contactEmail` string, nullable
  - `contactTitle` string, nullable
  - `contactCompany` string, nullable
  - `contactLinkedInUrl` string, nullable
  - `steps` object[], required
    - `stepId` integer, required
    - `displayName` string, required
    - `personalizationStatus` 'notPersonalized' | 'inProgress' | 'personalized' | 'failed' | 'awaitingApproval', required
    - `needsPersonalization` boolean, required
    - `subject` string, nullable
    - `body` string, required
    - `isModifiedByUser` boolean, required

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — You do not have permission to view this sequence
- `404` — Sequence or contact not found

---

[API](https://skmtc.dev/reply/apis/reply-api.md) · [All operations](https://skmtc.dev/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
