get_migration_status
Check the current status of a database migration process to monitor progress and ensure completion.
Instructions
Get the status of an ongoing database migration.
Args: database_id: The database ID or label
Returns: Migration status information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database_id": {
"title": "Database Id",
"type": "string"
}
},
"required": [
"database_id"
],
"type": "object"
}