Get migration details and status.
Args: request: FastAPI request migration_id: Migration ID
Returns: GetMigrationResponse with full migration details
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Successful Response
Response for getting migration details.
Migration ID
Organization internal ID
Source namespace ID
Migration configuration
Current status
draft, validating, pending, in_progress, completed, failed, cancelled Progress tracking
Creation timestamp
Validation result
Dependency graph
Celery task ID
Start timestamp
Completion timestamp
Error if failed
Additional metadata