# Audit logs MCP tools

This page documents **4 tools** in the audit logs group. Return to the [complete MCP tool reference](/docs/developers/api/mcp/tools) to browse another group.

Select a tool to inspect its schemas and behavior. Schema links open the exact definition in GitHub.

### `getAuditLogEntry` — Get Audit Log Entry

Get an audit log entry by ID.

- **Input:** [`GetAuditLogEntryInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10456-L10463)
- **Output:** [`GetAuditLogEntryOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10465-L10471)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17959–L17970 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17959-L17970)

### `listAuditLogEntries` — List Audit Log Entries

List audit log entries for the organization. Audit log entries record write actions (create, update, delete) performed by users and API keys.

- **Input:** [`ListAuditLogEntriesInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10490-L10521)
- **Output:** [`ListAuditLogEntriesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10523-L10534)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17971–L17982 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17971-L17982)

### `requestAuditLogExport` — Request Audit Log Export

Request an export of audit log entries for the organization within a time range. The export will be emailed as a CSV download link.

- **Input:** [`RequestAuditLogExportInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10536-L10555)
- **Output:** [`RequestAuditLogExportOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10557-L10564)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L17983–L17994 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17983-L17994)

### `requestSCIMEventExport` — Request SCIM Event Export

Request an export of SCIM events for the organization within a time range. The export will be emailed as a CSV download link.

- **Input:** [`RequestSCIMEventExportInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10566-L10585)
- **Output:** [`RequestSCIMEventExportOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10587-L10594)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L17995–L18006 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17995-L18006)
