# DBaaS Migration Status

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `details` | array of [Details](/reference/api/_schemas/dbaas-migration-status/#details) | no | Migration status per database |
| `error` | string | no | Error message in case that migration has failed |
| `method` | string | no | Migration method. Empty in case of multiple methods or error |
| `status` | string | no | Migration status |

### Details {#details}

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `dbname` | string | no | Migrated db name |
| `error` | string | no | Error message in case that migration has failed |
| `method` | string | no | Migration method |
| `status` | string | no | Migration status<br/><br/>Allowed values: `running`, `syncing`, `failed`, `done`. |

