Skip to main content
GET
/
v1
/
organizations
/
audit
/
logs
/
{audit_id}
Get Audit Log
curl --request GET \
  --url https://api.mixpeek.com/v1/organizations/audit/logs/{audit_id}
{
  "audit_id": "<string>",
  "timestamp": "<unknown>",
  "resource_type": "<string>",
  "resource_id": "<string>",
  "action": "<string>",
  "actor_id": "<string>",
  "actor_type": "user",
  "status": "success",
  "changes": "<unknown>",
  "ip_address": "<string>",
  "user_agent": "<string>"
}

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Path Parameters

audit_id
string
required

Response

AuditEventResponse · object | null

Successful Response

Single audit event in list response.

audit_id
string
required

Unique audit event identifier

timestamp
any
required

When the event occurred

resource_type
string
required

Type of resource affected

resource_id
string
required

ID of the affected resource

action
string
required

Action performed

actor_id
string
required

Who performed the action

actor_type
string
default:user

Type of actor

status
string
default:success

Status of the action

changes
any

What changed

ip_address
string | null

Request IP address

user_agent
string | null

Request user agent