Skip to main content
GET
/
v1
/
knowledge-base
/
audit
/
exports
/
{export_id}
/
download
/
{file_name}
Server-mediated, decrypted download of one export file
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/knowledge-base/audit/exports/{export_id}/download/{file_name} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

export_id
string<uuid>
required
file_name
string
required

Query Parameters

token
string
required

Short-lived HMAC download token.

Response

Successful Response