---
title: "Sync Connection"
method: POST
path: "/connections/{connection_id}/sync"
tags: ["connections"]
---

# Sync Connection

`POST /connections/{connection_id}/sync`

Schedules a connector to sync as soon as possible.

## Path parameters

- `connection_id` string, uuid, required

## Response `201`

Successful Response

- ResponseOK
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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