Retrieve a list of migration tasks for a specific migration
cURL
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" } ]
Bearer token authentication
Migration ID to list tasks for
Success
The response is of type object[].
object[]
Was this page helpful?