Clone Table
Clone table by ID.
Only allowed to admin users, from admin users, or users within same organization. Always clones the entire table hierarchy (parent and child tables). If schema_only=True, only schemas are cloned without data. If schema_only=False, creates an identical duplicate with all row relationships preserved.
Overview
This endpoint duplicates an existing table configuration, with optional schema-only cloning.Example request
Key parameters
table_id(required): source table identifier.schema_only(optional): defaults tofalse; settrueto clone structure without data.
Success signal
A successful response includes a new tableid.
Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found
The source table ID is invalid or unavailable in your workspace.
422 Unprocessable Entity
Most often caused by invalid schema_only query value.
Related endpoints
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
Successful Response
Table ID.
Table creation time.
Table name.
Table type.
generic, company, people Table columns configurations.
Table description.
Table tags.
Child table relationships.
Parent table relationships.