v8

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

Duplicate a table

Create a duplicate of an existing table along with its data, settings, and optionally linked tables.

post/v1/table/{table_id}/duplicate

Path parameters

table_idstring uuid required

UUID of the table to be duplicated

Request body

targetProjectIdstring uuid required
duplicateLinkedTablesboolean nullable
duplicatePermissionsboolean

Response

Successfully started the table duplication process

datastring
metadataobject

Example response

{
  "data": "Table duplication started successfully"
}