Start a migration execution.
Args: request: FastAPI request migration_id: Migration ID start_request: Start options
Returns: StartMigrationResponse with task ID
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Request to start a migration.
Force start even if validation warnings exist
Successful Response
Response after starting a migration.
Migration ID
Current status
draft, validating, pending, in_progress, completed, failed, cancelled Celery task ID
Start timestamp
Human-readable message