---
title: "Sync sequence status"
method: GET
path: "/sync-sequences/runs/{syncSequenceRunId}"
---

# Sync sequence status

`GET /sync-sequences/runs/{syncSequenceRunId}`

Get the status of a sync sequence run.

## Path parameters

- `syncSequenceRunId` string, required

## Response `200`

Ok

- SyncSequenceStatusOutput — The status of a given sync sequence run at both a high level and the individual sync-run level.
  - `id` string, required
  - `status` 'pending' | 'running' | 'done' | 'failed' | 'cancelled', required
  - `syncRuns` object[], required
    - `finishedAt` string, required
    - `syncId` number, double, required
    - `status` 'cancelled' | 'failed' | 'queued' | 'success' | 'warning' | 'querying' | 'processing' | 'reporting' | 'interrupted', required — The status of sync runs
    - `syncRunId` number, double, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `422` — Validation Failed

---

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