---
title: "Get audit events"
method: GET
path: "/audit-events"
tags: ["audit-events"]
---

# Get audit events

`GET /audit-events`

## Query parameters

- `configuration-name` string
- `user` string
- `min-date` string
- `max-date` string

## Response `200`

OK

- ModelAuditEvent[]
  - `account` string — Account is the account that the event occurred on. May be nil in the case of single-account.
  - `action` string — Action is the action that was taken on the resource
  - `configuration` string — Configuration is the name of the configuration affected. This may be nil if there is not associated configuration.
  - `description` string — Description is a readable description of the event
  - `id` string — ID is a ULID uniquely identifying this event
  - `resourceKind` 'Configuration' | 'Agent' | 'AgentType' | 'AgentVersion' | 'Source' | 'Processor' | 'Connector' | 'Destination' | 'Extension' | 'SourceType' | 'ProcessorType' | 'ConnectorType' | 'DestinationType' | 'ExtensionType' | 'RecommendationType' | 'Unknown' | 'Rollout' | 'RolloutType' | 'Organization' | 'Account' | 'Invitation' | 'Login' | 'User' | 'AccountOrganizationBinding' | 'UserOrganizationBinding' | 'UserAccountBinding' | 'AuditTrail' | 'AvailableComponents' | 'SecretsManagerType' | 'SecretsManager' | 'Recording' | 'Credential' | 'CredentialType' | 'Fleet' | 'Integration' | 'IntegrationType' | 'ConfigurationType' | 'Notification' | 'Recommendation' | 'PublicProcessor' | 'Blueprint' | 'PrometheusRule' | 'APIKey' | 'ResourcePreset'
  - `resourceName` string — ResourceName is the resource name
  - `timestamp` string — Timestamp is the time this event occurred
  - `user` string — User is the user that modified the resource

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/bindplane/apis/docs-bindplane-com.md) · [All operations](https://skmtc.dev/bindplane/apis/docs-bindplane-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bindplane/docs-bindplane-com/revisions/bfcb7e57121c/schema)
