Skip to main content
GET
/
api
/
v1
/
export
/
{jobId}
/
download-url
GetDownloadUrl
curl --request GET \
  --url https://your-sift-api-url.com/api/v1/export/{jobId}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "presignedUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Response

A successful response.

presignedUrl
string
required