---
title: "List connectivity syncs"
method: GET
path: "/connectivity_syncs"
tags: ["Connectivity Syncs"]
---

# List connectivity syncs

`GET /connectivity_syncs`

List and filter connectivity syncs.

## Query parameters

- `limit` integer
- `starting_after` string, uuid
- `sort_order` 'asc' | 'desc'
- `start_date` string, date
- `end_date` string, date
- `type` 'up' | 'down' | 'transfer_file'
- `status` 'success' | 'warning' | 'failure'
- `connected_account_id` string, uuid

## Response `200`

List of filtered connectivity syncs.

- ConnectivitySyncSearchResult
  - `records` ConnectivitySyncDetails[]
    - `id` string, uuid, required — The UUID of the connectivity sync.
    - `object` 'connectivity_sync', required — Label used to identify this kind of object.
    - `type` 'up' | 'down' | 'transfer_file', required — The type of the connectivity sync: * `up`: Uploading data to a provider (banks mainly) * `down`: Downloading/receiving data from a provider (banks mainly) * `transfer_file`: File transfer operation
    - `connected_account_ids` string[], required — The list of connected account IDs associated with this connectivity sync.
    - `status` 'success' | 'warning' | 'failure', required — The status of the connectivity sync: * `success`: Operation completed successfully * `warning`: Operation failed but outside critical business hours (marked as critical) * `failure`: Operation failed during critical business hours
    - `status_details` string, nullable, required — Detailed information about the status, including error messages or warnings.
    - `created_at` string, date-time, required — The UTC timestamp of the creation of this connectivity sync.

## Other responses

- `400` — Validation error.
- `500` — Internal server error.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/revisions/220f101cc2ef/schema)
