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.

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: >, >=, <, <=

integer

The field to be included in the json response. You can have multiple columns[] query params included in the request URL.

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
Response
Choose an example:
application/json