Skip to main content
GET
/
v1
/
bsa
/
download-report
Get Download Report
curl --request GET \
  --url https://production.deepvue.tech/v1/bsa/download-report \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
"code": 200,
"timestamp": 1743779806782,
"transaction_id": "8d42f493eb16402bad2b7ad9e7f215d8",
"sub_code": "SUCCESS",
"message": "File processing completed",
"data": {
"url": "https://deepvue-tech.s3.ap-south-1.amazonaws.com/333e8ab-91fc-4291-8dc8-29c89373b9e4_BSA_Report.xlsx"
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

reference_id
string
required
report_type
enum<string>
default:json

An enumeration.

Available options:
json,
xlsx

Response

Successful Response