---
title: "Lists audit log entries for a specific namespace."
method: GET
path: "/audit-log/{owner}/"
tags: ["audit-log"]
---

# Lists audit log entries for a specific namespace.

`GET /audit-log/{owner}/`

Lists audit log entries for a specific namespace.

## Query parameters

- `page` integer
- `page_size` integer
- `query` string

## Response `200`

Retrieved the list of audit log entries

- NamespaceAuditLog[]
  - `actor` string, nullable, required
  - `actor_ip_address` string, nullable, required
  - `actor_kind` string
  - `actor_location` GeoIpLocation, required
    - `city` string, nullable, required
    - `continent` string, nullable, required
    - `country` string, nullable, required
    - `country_code` string
    - `latitude` string, decimal, nullable
    - `longitude` string, decimal, nullable
    - `postal_code` string, nullable, required
  - `actor_slug_perm` string, nullable, required
  - `actor_url` string, uri, nullable
  - `context` string, required
  - `event` string, required
  - `event_at` string, date-time, required
  - `object` string, required
  - `object_kind` string, required
  - `object_slug_perm` string, required
  - `target` string, required
  - `target_kind` string, required
  - `target_slug_perm` string, slug, nullable
  - `uuid` string, uuid

## Other responses

- `400` — Request could not be processed (see detail).
- `402` — Audit logs are not active; upgrade your account!
- `422` — Missing or invalid parameters (see detail).

---

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