> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Logs

> A complete, searchable record of every action taken in your team

The audit log is a complete record of activity in your team. Every request made to Neo is recorded with when it happened, who made it, what it was, and how it ended. Admins can open it from **Settings → Audit logs**.

## What is recorded

Each entry shows:

* **Time**: when the request was made
* **Code**: the response status. A 2xx code means the action succeeded; any other code identifies how it failed.
* **Request**: the HTTP method and API path, for example `GET /api/v1/secrets`
* **User**: who made the request

Expand an entry to see its full details.

The actor behind a request is one of three kinds: a team member, one of your team's API keys, or Neo itself when it acts on its own, such as running a scheduled task.

Sign-ins and sign-ups are logged with the IP address and device they came from.

## Searching and filtering

Search by action, email, or actor to find specific entries. Use the **Method**, **Actor**, and **Status** filters to narrow the list, for example to every failed request, every action taken with an API key, or every `DELETE` call.

## Who can view it

Only Admins can open the audit log. Members cannot view it. See [Team](/platform/settings/team) for how roles are assigned.
