---
title: "Get contract audit log"
method: GET
path: "/groups/{groupId}/artifacts/{artifactId}/contract/audit"
tags: ["Contracts"]
---

# Get contract audit log

`GET /groups/{groupId}/artifacts/{artifactId}/contract/audit`

Returns a paginated audit log of contract operations for the specified artifact.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

The audit log entries.

- object[]
  - `auditId` integer
  - `groupId` string
  - `artifactId` string
  - `version` string
  - `action` string
  - `principal` string
  - `details` string
  - `createdOn` string, date-time

## Other responses

- `404` — Common response for all operations that can return a `404` error.
- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
