List Audit Logs
Organizations
List Audit Logs
Retrieve a paginated, filterable list of audit events for your organization. Designed for SIEM integration and compliance workflows.
GET
List Audit Logs
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
| Event type | Description |
|---|---|
auth.sso_login | User logged in via SSO |
auth.logout | User logged out |
pathway.created | Conversational pathway created |
pathway.updated | Pathway version updated |
pathway.deleted | Pathway deleted |
pathway.published | Pathway version published to an environment |
kb.content_updated | Knowledge base text/markdown content edited |
kb.file_replaced | Knowledge base source file replaced |
kb.urls_replaced | Knowledge base URLs replaced (web scrape) |
kb.version_restored | Knowledge base version restored |
auth.*, pathway.*, kb.*) in your SIEM to group by category.
Headers
Your API key for authentication.
Query Parameters
Filter by exact event type (e.g.
pathway.created, auth.sso_login).Filter by the user ID that performed the action.
ISO 8601 timestamp. Only return events created after this time.Example:
2025-01-01T00:00:00ZISO 8601 timestamp. Only return events created before this time.Example:
2025-02-01T00:00:00ZPage number (1-indexed).
Results per page. Min
1, max 100.Response
Array of audit event objects, ordered by
created_at descending (newest first).Unique identifier for the audit event.
The organization this event belongs to.
The user ID that performed the action.
The type of event (see supported event types above).
The type of resource affected (e.g.
convo_pathway, kb). null for events like login/logout that don’t target a specific resource.The ID of the affected resource.
null when no specific resource is involved.Additional context about the event. Contents vary by event type — may include fields like
version_id, name, environment, filename, email, etc.ISO 8601 timestamp of when the event occurred.
Total number of events matching the query.
Total number of pages.
The current page number.
The number of results per page.
Always
null on success.Docs for agents: llms.txt