---
title: "List workspace-wide audit log entries"
method: GET
path: "/api/access-profiles/audit-logs"
tags: ["Access Profiles"]
---

# List workspace-wide audit log entries

`GET /api/access-profiles/audit-logs`

## Query parameters

- `limit` integer
- `offset` integer
- `action` string
- `user_id` string

## Response `200`

Successful response

- object
  - `audit_logs` object[]
    - `id` integer
    - `access_profile_id` integer, nullable
    - `user_id` string, nullable
    - `actor` string
    - `action` string
    - `previous_values` string, nullable
    - `new_values` string, nullable
    - `metadata` string, nullable
    - `created_at` string, date-time
  - `total_count` integer

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
