List Audit Log Filters

get/https:/app.bitgo.com/api/v3/auditlogs/filters

Retrieves available audit log filter options for an enterprise. Returns distinct audit log types that exist for the enterprise along with their display names, and the minimum start date for querying audit logs.

Query Parameters

  • enterpriseIdstringRequired
    Enterprise ID to fetch filters for (32-character alphanumeric string)
    Min length: >= 32 characters
    Max length: <= 32 characters

200 Response

types array[object] required
Metadata for an audit log type including display name
type string required
The audit log type identifier
displayName string required
Human-readable display name for the audit log type
minStartDate string required
Minimum date from which audit logs can be queried (ISO 8601 format)
Example: 2025-08-01T00:00:00.000Z

400 Response

error string
Error message
message string
Detailed error message

401 Response

error string
Error message
message string
Detailed error message

403 Response

error string
Error message
message string
Detailed error message

500 Response

error string
Error message
message string
Detailed error message