---
title: "Get Audit Logs"
method: GET
path: "/v2/enterprise/audit-logs"
tags: ["audit-logs", "audit-logs"]
---

# Get Audit Logs

`GET /v2/enterprise/audit-logs`

Get audit logs for the current user's organization. Only accessible by enterprise admins.

## Query parameters

- `before` string, nullable
- `after` string, nullable
- `limit` integer

## Response `200`

Successful Response

- AuditLogsResponse — Response containing audit logs.
  - `audit_logs` AuditLogEntry[], required
    - `audit_log_id` string, required

## Other responses

- `422` — Validation Error

---

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