---
title: "GET /api/v1/audit-logs"
method: GET
path: "/api/v1/audit-logs"
tags: ["audit-logs"]
---

# GET /api/v1/audit-logs

`GET /api/v1/audit-logs`

## Response `200`

List audit log events for the authenticated organization

- ListAuditLogsResponseDto
  - `items` object[], required
    - `id` string, uuid, required
    - `organizationId` string, nullable, required
    - `actorId` string, nullable, required
    - `actorType` 'user' | 'api-key' | 'internal' | 'unknown', required
    - `actorDisplay` string, nullable, required
    - `action` string, required
    - `resourceType` 'workflow' | 'secret' | 'api_key' | 'webhook' | 'artifact' | 'analytics', required
    - `resourceId` string, nullable, required
    - `resourceName` string, nullable, required
    - `metadata` object, nullable, required
    - `ip` string, nullable, required
    - `userAgent` string, nullable, required
    - `createdAt` string, date-time, required
  - `nextCursor` string, nullable, required

---

[API](https://skmtc.net/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.net/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
