Skip to main content
This schema describes objects returned by the Audit Log endpoints.

Audit log records for tracking system activities

id
string<uuid>
required
read-only
Example:

"01234567-89ab-cdef-0123-456789abcdef"

timestamp
string<date-time>
required
read-only

When the activity occurred

Example:

"2026-07-25T08:20:19.446Z"

organization_id
string<uuid>
required
read-only

Organization ID associated with the activity

Example:

"01234567-89ab-cdef-0123-456789abcdef"

activity_type
enum<number>
required
read-only

Type of activity performed

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38
Example:

1

ip_address
string
required
read-only

IP address from which the activity was performed

Example:

"127.0.0.1"

from_api
boolean
required
read-only

Whether the activity was performed via API

Example:

false

user_agent
null | string

User agent of the client that performed the activity

Example:

"Mozilla/5.0..."

user_id
null | string<uuid>

ID of the user who performed the activity

Example:

"01234567-89ab-cdef-0123-456789abcdef"

api_key_id
null | string<uuid>

API key ID that performed the activity, when available

Example:

"01234567-89ab-cdef-0123-456789abcdef"

affected_count
null | number

Number of items affected by the activity

Example:

1

campaign_id
null | string<uuid>

Associated campaign ID if applicable

Example:

"01234567-89ab-cdef-0123-456789abcdef"

webhook_id
null | string<uuid>

Associated webhook ID if applicable

Example:

"01234567-89ab-cdef-0123-456789abcdef"

subsequence_id
null | string<uuid>

Associated subsequence ID if applicable

Example:

"01234567-89ab-cdef-0123-456789abcdef"

list_id
null | string<uuid>

Associated list ID if applicable

Example:

"01234567-89ab-cdef-0123-456789abcdef"

audit_metadata
object
read-only

Sanitized metadata about the audit log

user_name
null | string

Name of the user who performed the activity

Example:

"John Doe"