Atlas
Admin — Data Residency

Get current region migration status

Returns the most recent region migration request for this workspace, or null if none exists.

GET
/api/v1/admin/residency/migration

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/residency/migration"
{
  "migration": {
    "id": "string",
    "workspaceId": "string",
    "sourceRegion": "string",
    "targetRegion": "string",
    "status": "pending",
    "requestedBy": "string",
    "requestedAt": "string",
    "completedAt": "string",
    "errorMessage": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on