Returns information required for retrieving a Data Kiosk document

Returns a pre-signed URL for downloading query result data. Do not log the pre-signed URL.

Authentication

AuthorizationBearer

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

Path parameters

documentIdstringRequired

Response

Success
documentIdstring
urlstringformat: "uri"

Pre-signed URL to download query result data — do not log

compressionAlgorithmenumOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error