Skip to main content
GET
List Audit Logs
Audit logs are an enterprise feature and not yet available for all accounts. To enable audit logging for your organization, contact your Bland representative or reach out to sales.

Overview

Returns a time-ordered log of auditable actions taken within your organization — logins, logouts, pathway changes, knowledge base edits, and more. Results are scoped to your organization and require an admin or owner role.

Supported event types

New event types are added over time. Filter by prefix (e.g. auth.*, pathway.*, kb.*) in your SIEM to group by category.

Headers

string
required
Your API key for authentication.

Query Parameters

string
Filter by exact event type (e.g. pathway.created, auth.sso_login).
string
Filter by the user ID that performed the action.
string
ISO 8601 timestamp. Only return events created after this time.Example: 2025-01-01T00:00:00Z
string
ISO 8601 timestamp. Only return events created before this time.Example: 2025-02-01T00:00:00Z
number
default:"1"
Page number (1-indexed).
number
default:"50"
Results per page. Min 1, max 100.

Response

object
array
Array of audit event objects, ordered by created_at descending (newest first).
string
Unique identifier for the audit event.
string
The organization this event belongs to.
string
The user ID that performed the action.
string
The type of event (see supported event types above).
string | null
The type of resource affected (e.g. convo_pathway, kb). null for events like login/logout that don’t target a specific resource.
string | null
The ID of the affected resource. null when no specific resource is involved.
object | null
Additional context about the event. Contents vary by event type — may include fields like version_id, name, environment, filename, email, etc.
string
ISO 8601 timestamp of when the event occurred.
number
Total number of events matching the query.
number
Total number of pages.
number
The current page number.
number
The number of results per page.
null
Always null on success.

Docs for agents: llms.txt