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

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

A presigned URL to the S3 object containing the result data, valid for 5 minutes