Skip to main content
GET
/
v1
/
downloads
/
{id}
Get a download request
curl --request GET \
  --url https://devx.{environment}.oleria.io/v1/downloads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oleria.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string<uuid>
required

ID in UUID format for a download request

Response

Download request found successfully

Tracks the status of a download request

id
string<uuid>
required
status
enum<string>
required
Available options:
accepted,
completed,
failed
error
object
url
string