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>'
{
  "downloadUrl": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z",
  "checksum": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

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

downloadUrl
string

Pre-signed URL for downloading the archive

expiresAt
string<date-time>

Expiration timestamp of the download URL

checksum
string

SHA-256 checksum for integrity verification