---
title: "List seal access log"
method: GET
path: "/seals/{id}/access-log"
tags: ["Organization Seals"]
---

# List seal access log

`GET /seals/{id}/access-log`

Retrieve the access log for a seal's lineage, including creation, replacement, revocation, rename, and image read events.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Access log retrieved successfully

- object
  - `entries` SealAccessLogEntry[], required
    - `id` string, uuid
    - `organization_seals_id` string, uuid, nullable
    - `lineage_id` string, uuid
    - `action` 'created' | 'replaced' | 'revoked' | 'renamed' | 'default_changed' | 'erased' | 'image_read' | 'participant_swapped'
    - `actor_kind` 'user' | 'api_key' | 'system'
    - `details` object, nullable
    - `created_at` string, date-time
  - `cursor` string, nullable — Cursor for the next page, null if no more results

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Insufficient permissions
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

## Changes

- **2026-09-15** `f179958c3bee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/firma/apis/firma-partner-api/changes/seals/:id/access-log/get.md)

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc.dev/firma/apis/firma-partner-api/revisions/7160ab24558c?raw)
