GET
/
api
/
v1
/
migrations
/
{id}
Get Migration
curl --request GET \
  --url https://worker.anon.com/api/v1/migrations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "migration",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created": "2023-11-07T05:31:56Z",
  "status": "NOT_READY",
  "created_by_user_id": "<string>",
  "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string<uuid>
required

Migration ID

Response

200
application/json

Success

The response is of type object.