GET
/
api
/
v1
/
files
List Files
curl --request GET \
  --url https://worker.anon.com/api/v1/files \
  --header 'Authorization: Bearer <token>'
[
  {
    "object": "file",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "type": "CompanyInfo-EntityType-Screenshot",
    "url": "<string>",
    "size": 123,
    "content_type": "<string>",
    "migration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

migration_id
string<uuid>

Migration ID to list files for

migration_task_id
string<uuid>

Migration Task ID to list files for

Response

200
application/json

Success

The response is of type object[].