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

# Audit Logs API Overview

> Get started with the Base44 Audit Logs API

The Audit Logs API provides workspace-scoped access to audit events for security monitoring, compliance, and SIEM integrations.

Use the Audit Logs API to:

* Stream audit events into your SIEM or security tooling.
* Investigate user activity across all apps in a workspace.
* Monitor authentication events, entity changes, and administrative actions.
* Build compliance reports with full event detail.

## Prerequisites

* An Enterprise plan workspace.
* A workspace API key. See [Authentication](/developers/references/audit-logs-api/get-started/authentication) to create one.

## Workspaces

A [workspace](/documentation/account-and-billing/about-workspaces) is a shared environment where teams collaborate on apps. The Audit Logs API returns events across all apps in a workspace.

### Workspace ID

The endpoints in the Audit Logs API require a `workspace_id` in the URL path. You must have admin or owner role in that workspace.

**To get your workspace ID:**

1. Go to [app.base44.com](https://app.base44.com/).
2. Click your profile icon at the bottom left of the screen.
3. Click **Account settings**.
4. Copy the workspace ID from the Account settings URL: `"https://app.base44.com/workspace/<workspace_id>/settings/account"`.
