# 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#L8948-L8955)
- **Output:** [`GetAuditLogEntryOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8957-L8963)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16076–L16087 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16076-L16087)

### `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#L8982-L9013)
- **Output:** [`ListAuditLogEntriesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L9015-L9026)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16088–L16099 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16088-L16099)

### `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#L9028-L9047)
- **Output:** [`RequestAuditLogExportOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L9049-L9056)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L16100–L16111 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16100-L16111)

### `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#L9058-L9077)
- **Output:** [`RequestSCIMEventExportOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L9079-L9086)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L16112–L16123 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16112-L16123)
