Audit Logs
All endpoints require Bearer Token authentication.
Query Audit Logs
Query Parameters
| Parameter | Type | Description |
|---|---|---|
org_id | string | Filter by organization (platform_admin can query across organizations) |
action | string | Action type, e.g., user.login, thread.create |
actor_user_id | string | Actor user ID |
target_type | string | Target resource type |
since | string | Start time (RFC3339) |
until | string | End time (RFC3339) |
limit | int | Items per page |
offset | int | Offset |
include | string | Additional fields; include=state returns before/after status |
Response
before_state/after_stateare only returned wheninclude=stateis provided.