---
title: "Get Sequence"
method: GET
path: "/v1/sequences/{sequence_id}"
tags: ["sequences"]
---

# Get Sequence

`GET /v1/sequences/{sequence_id}`

Fetch a single sequence run.

Requires the `sequences:read` scope on the API key.

## Path parameters

- `sequence_id` string, uuid, required

## Response `200`

Successful Response

- SequencePublicOutput
  - `id` string, uuid, required — Unique identifier.
  - `organization_id` string, uuid, required — Workspace this sequence belongs to.
  - `contact_id` string, uuid, nullable, required — Contact this sequence is targeting.
  - `contact` PublicContactSummary
    - `id` string, uuid, required — Unique identifier of the contact.
    - `first_name` string, nullable — First name.
    - `last_name` string, nullable — Last name.
    - `email` string, nullable — Email.
    - `linkedin_url` string, nullable — LinkedIn profile URL.
    - `job_title` string, nullable — Job title.
    - `company_name` string, nullable — Employer name.
    - `company_domain` string, nullable — Employer's primary domain.
  - `sequence_template_id` string, uuid, required — Template the sequence was instantiated from.
  - `sequence_template` PublicSequenceTemplateSummary
    - `id` string, uuid, required — Unique identifier of the sequence template.
    - `name` string, required — Template name.
  - `status` 'ACTIVE' | 'SUCCEEDED' | 'FAILED' | 'COMPLETED' | 'WAITING_FOR_LEAD' | 'WAITING_FOR_USER' | 'STOPPED_EARLY' | 'FOUND' | 'REFUSED', required
  - `variables` object, nullable, required — Per-run template variables substituted into outbound messages.
  - `source_contact_list_id` string, uuid, nullable, required — Contact list that triggered this sequence, if any.
  - `last_step_executed_at` string, date-time, nullable, required — When the most recent step ran.
  - `created_at` string, date-time, required — When the sequence was created.
  - `updated_at` string, date-time, required — When the sequence last changed.

---

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