Execute schema migration
POST /dataset-tables/{tableId}/migrations
Execute a set of migration operations. Returns an operation for tracking progress.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier of the table to retrieve
Unique identifier of the table to retrieve
Request Body
Section titled “Request Body ”object
Array of migration operations to execute
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
object
Optional description of the migration
Responses
Section titled “ Responses ”Migration started
object
Unique identifier for the operation
Type of operation (compact, build_index, etc.)
Type of target resource (table, index)
ID of the target resource
Human-readable description of the operation
Current operation status (pending, running, succeeded, failed)
Progress percentage (0-100)
Human-readable progress message
Error details if operation failed
object
Error code
Human-readable error message
When the operation was created
When the operation started running
When the operation completed
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist