---
title: "List audience syncs"
method: GET
path: "/audience-syncs"
tags: ["Audience Syncs"]
---

# List audience syncs

`GET /audience-syncs`

Lists segment-to-Meta-audience syncs with schedule and last sync status.

## Response `200`

Audience syncs returned

- object
  - `success` boolean
  - `audienceSyncs` AudienceSync[]
    - `id` string
    - `segmentId` string
    - `segmentName` string, nullable
    - `adAccountId` string
    - `audienceName` string
    - `frequency` 'hourly' | 'daily' | 'weekly'
    - `isActive` boolean
    - `syncStatus` string — idle, syncing, error, or disconnected (the Meta connection was revoked; the sync is paused until you reconnect)
    - `lastSyncAt` string, date-time, nullable
    - `lastSyncError` string, nullable
    - `lastSyncedCount` integer — Subscribers uploaded in the most recent run.
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

> 121 revisions in range; 12 could not be searched.

- **2026-08-18** `8fbabe82a04d` — 1 info
  - added the non-success response with the status `503`
- **2026-08-02** `36f92fc0caa2` — 1 breaking
  - the response property `success` became optional for the status `401`
- **2026-06-12** `f9a826460811` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/audience-syncs/get.md)

---

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