---
title: "Get audit log entries"
method: GET
path: "/audit"
tags: ["audit"]
---

# Get audit log entries

`GET /audit`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Audit entries

- AuditEntry[]
  - `id` string
  - `actor` string
  - `action` string
  - `target` string
  - `details` GenericObject
  - `timestamp` string, date-time

---

[API](https://skmtc.dev/sphireinc/apis/foundry-api.md) · [All operations](https://skmtc.dev/sphireinc/apis/foundry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphireinc/foundry-api/revisions/3696c13096d0/schema)
