# 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#L10210-L10217)
- **Output:** [`GetAuditLogEntryOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10219-L10225)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17641–L17652 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17641-L17652)

### `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#L10244-L10275)
- **Output:** [`ListAuditLogEntriesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10277-L10288)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17653–L17664 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17653-L17664)

### `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#L10290-L10309)
- **Output:** [`RequestAuditLogExportOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10311-L10318)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L17665–L17676 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17665-L17676)

### `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#L10320-L10339)
- **Output:** [`RequestSCIMEventExportOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10341-L10348)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L17677–L17688 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17677-L17688)
