Retrieve Changes

Returns a paginated audit log of all changes made across the platform. Supports filtering by model, action, user, date range, and JSON field values in the old/new data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Filter by change ID

string

Filter by model name (e.g. AutoResponder, Message, Subscription)

string

Filter by action type: created, updated, or deleted

integer

Filter by the user who performed the action

date

Start of date range filter (inclusive)

date

End of date range filter (inclusive)

string

Filter by a field value in the old (before) JSON data. Replace {field} with the field name, e.g. old_segment_id=123

string

Filter by a field value in the new (after) JSON data. Replace {field} with the field name, e.g. new_id=456

string

Filter by creation date. Supports operators: >, >=, <, <=

columns[]
array of strings

The field names to be included in the JSON response. You can have multiple columns[] query params included in the request URL (e.g. columns[]=id&columns[]=name).

columns[]
integer

The page to return.

integer

The total results to return per page.

string

The field to sort the request by. column_name|asc OR desc

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json