---
title: "List tenant transaction and proxy audit log entries"
method: GET
path: "/audit/log"
tags: ["Audits"]
---

# List tenant transaction and proxy audit log entries

`GET /audit/log`

Requires an owner/admin browser session with recent MFA. Returns tenant-scoped, no-store audit data; agent tokens and tenant API keys are not sufficient. Supports agent, action, status, date range, and page/limit filters across transaction approvals/signatures plus proxy audit rows.

## Query parameters

- `agentId` string
- `action` 'sign' | 'approve' | 'reject' | 'proxy'
- `status` string
- `dateFrom` string, date-time
- `dateTo` string, date-time
- `page` integer
- `limit` integer

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object, required
    - `data` object[], required
      - `id` string, required
      - `timestamp` string, date-time, required
      - `agentId` string, required
      - `action` 'sign' | 'approve' | 'reject' | 'proxy', required
      - `status` string, required
      - `details` object, required
      - `policyResults` unknown
      - `value` string
      - `to` string
    - `pagination` object, required
      - `page` integer, required
      - `limit` integer, required
      - `total` integer, required
      - `totalPages` integer, required

## Other responses

- `400` — JSON response
- `401` — JSON response
- `403` — JSON response
- `404` — JSON response
- `409` — JSON response

## Changes

- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/audit/log/get.md)

---

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