---
title: "Export tenant audit log rows as CSV"
method: GET
path: "/audit/export"
tags: ["Audits"]
---

# Export tenant audit log rows as CSV

`GET /audit/export`

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. Requires dateFrom and dateTo and rejects ranges over 31 days. The CSV columns are id,timestamp,agentId,action,status,to,value,details.

## Query parameters

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

## Response `200`

CSV audit export

## 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/export/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)
