Skip to main content
GET
/
v1
/
governance
/
archives
/
{id}
/
download
Download an audit log archive
curl --request GET \
  --url https://matcher.sandbox.lerian.net/v1/governance/archives/{id}/download \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "checksum": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Headers

X-Request-Id
string

A unique identifier for tracing the request across services.

Path Parameters

id
string
required

The unique identifier of the archive.

Response

Archive download details with pre-signed URL

Download details for an audit log archive

download_url
string

Pre-signed URL for downloading the archive

expires_at
string<date-time>

Expiration timestamp of the download URL

checksum
string

SHA-256 checksum for integrity verification