---
title: "Retry Integration Sync"
method: GET
path: "/v1/table/{table_id}/sync/manual"
tags: ["Table"]
---

# Retry Integration Sync

`GET /v1/table/{table_id}/sync/manual`

Retry a failed integration sync.

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Successfully retried the integration sync.

- object
  - `metadata` object
  - `data` string

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table or User not found.

---

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