v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Governance

List audit log archives

Use this endpoint to list all audit log archives. Archives contain historical audit log data that has been compressed and moved to long-term storage. Supports offset-based pagination.

get/v1/governance/archives

Query parameters

limitinteger

The maximum number of items to include in the response.

offsetinteger

The number of items to skip before returning results.

fromstring

Start date filter (YYYY-MM-DD or RFC 3339 format)

tostring

End date filter (YYYY-MM-DD or RFC 3339 format)

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

List of audit log archives

limitinteger

Maximum items per page

hasMoreboolean

Whether more results are available

Example response

{
  "items": [
    {
      "id": "019c96a0-2a10-7dfe-b5c1-8a1b2c3d4e5f",
      "status": "COMPLETE"
    }
  ],
  "limit": 20
}