---
title: "Get Account Access History"
method: GET
path: "/distribution-wallets/{id}/audit"
tags: ["Distribution Wallets"]
---

# Get Account Access History

`GET /distribution-wallets/{id}/audit`

Returns the grants and revokes recorded against a distribution account, newest first, from an append-only audit table. Owner only. Archived accounts remain queryable. Capped at the 100 most recent entries, with no pagination, so older entries are not returned.

## Path parameters

- `id` string, required

## Response `200`

Access history retrieved successfully

- WalletMembershipAuditEntry[]
  - `id` string
  - `user_id` string
  - `wallet_id` string
  - `role` 'financial_controller' | 'developer' | 'business' | 'initiator' | 'approver' — The role the user holds on this account. Owner is always tenant-wide and never appears here.
  - `granted_by` string — ID of the Owner who granted the access
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `operation` 'INSERT' | 'UPDATE' | 'DELETE' — The change that was recorded. `INSERT` is a grant, `DELETE` a revoke, and `UPDATE` a change to an existing grant
  - `changed_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-08-31** `7588d8d2a3c7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/distribution-wallets/:id/audit/get.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/7588d8d2a3c7/schema)
