---
title: "Retrieve a single user connection sync"
method: GET
path: "/users/{userId}/syncs/{syncId}"
tags: ["user connections"]
---

# Retrieve a single user connection sync

`GET /users/{userId}/syncs/{syncId}`

Requires **user:read** scope.

## Path parameters

- `userId` string, required
- `syncId` string, uuid, required

## Response `200`

Successful Syncs Response

- object
  - `data` ConnectionSync
    - `id` string, uuid, required — ID of sync
    - `connectionId` string, required — Connection id composed of the bank id and unique connection id
    - `action` 'auto-update' | 'client-update' | 'authorization', required — Action of the sync
    - `method` 'ADD' | 'UPDATE', required — Method of the sync
    - `fetchStatus` 'success' | 'error' | 'partial' | 'mfa-required' | 'credentials-error', required — Status of the sync
    - `createdAt` string, date-time, required — When the sync started
    - `fetchedAt` string, date-time, required — When the sync last updated
    - `accounts` object[], required — List of accounts that were synced
      - `providerId` string, required — The ID of the account held by the banking provider
      - `accountId` string, uuid, required — The ID of the account when stored by Moneyhub
      - `postConnectionEnrichmentStatus` 'success' | 'error' — Shows whether the regular transactions for the given account has been synchronised
      - `postConnectionEnrichedAt` string, date-time — The time at which regular transactions were retrieved at
  - `meta` object

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not found

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
