Skip to main content
GET
/
api
/
v1
/
get_downloads
Get Downloads
curl --request GET \
  --url https://api.example.com/api/v1/get_downloads \
  --header 'x-api-key: <x-api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string
required

Query Parameters

task_id
string
required

Response

Successful Response