List migrations
GET /dataset-tables/{tableId}/migrations
List all migrations for a dataset table.
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
Responses
Section titled “ Responses ”Migrations retrieved successfully
object
Array of migration objects
object
Unique identifier for the migration
ID of the parent dataset
ID of the table being migrated
Schema version ID before migration, null for initial schema
Schema version ID after migration
Migration operations that were executed
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
Migration status (pending or succeeded)
When the migration started
When the migration completed
When the migration was created
User ID who initiated the migration
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
object
Internal Server Error - Unexpected server error