---
title: "Retrieve connectivity sync"
method: GET
path: "/connectivity_syncs/{id}"
tags: ["Connectivity Syncs"]
---

# Retrieve connectivity sync

`GET /connectivity_syncs/{id}`

Retrieve the details of a connectivity sync.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully retrieved connectivity sync.

- ConnectivitySyncDetails — Connectivity sync information for bank integrations
  - `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.
- `404` — The specified resource was not found.
- `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)
