---
title: "Fetch information for a specific Audit log"
method: GET
path: "/audit_logs/{id}"
---

# Fetch information for a specific Audit log

`GET /audit_logs/{id}`

## Path parameters

- `id` string, required

## Response `200`

Information about one Audit log

- AuditLog
  - `id` string — The canonical identifier for this audit log
  - `timestamp` string, date-time — The timestamp the event occured
  - `actor_name` string — The name of the entity triggering the event
  - `description` string — Description of the event that occured

## Other responses

- `403` — An 'unauthorized' response may occur for features restricted by or unavailable to your organization

---

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