v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Retry Integration Sync

Retry a failed integration sync.

get/v1/table/{table_id}/sync/manual

Path parameters

table_idstring uuid required

UUID of the table to retry the sync on.

Response

Successfully retried the integration sync.

metadataobject
datastring

Example response

{
  "data": "OK"
}