Skip to main content
GET
Get Download Url

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

db_id
string
required

Response

Successful Response

Response containing download URL for database file.

download_url
string
required

Pre-signed URL for downloading the database file from cloud storage.

Example:

"https://storage.googleapis.com/bucket/path/file.csv?signature=abc123&expires=1640000000"