GET
/
api
/
v1
/
migration-tasks
List Migration Tasks
curl --request GET \
  --url https://worker.anon.com/api/v1/migration-tasks \
  --header 'Authorization: Bearer <token>'
[
  {
    "object": "migration_task",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created": "2023-11-07T05:31:56Z",
    "updated": "2023-11-07T05:31:56Z",
    "migration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "PENDING",
    "data_category": "EMPLOYEE",
    "data_type": "Location",
    "completed_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

migration_id
string<uuid>
required

Migration ID to list tasks for

Response

200
application/json

Success

The response is of type object[].