Get change history for a specific project

Retrieves a historical log of changes made within a specific project. This includes modifications to experiences, goals, audiences, locations, and project settings. Provides an audit trail for project-level activities, filterable by date, user, and event type. The Knowledge Base states: "Convert logs most actions that can be made in a Project; for example: creating an experiment, modifying a variation, adding and removing audiences, and more."

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

ID of the account that owns the retrieved/saved data

integer
required

ID of the project to be retrieved

Body Params

Filters for retrieving the change history log for a specific project. Allows specifying date ranges, users, types of project entities changed (e.g., 'experience', 'goal', 'audience'), and methods of change.

boolean

If set to true in a list request, the response will only contain the total count of matching items (extra.pagination.items_count) and will not include the actual item data. Useful for quickly getting totals without fetching full datasets.

integer
≥ 1

The page number for paginated results. For example, if results_per_page is 30, page: 2 will retrieve items 31-60. Defaults to 1 if not specified.

string | null
enum
Defaults to desc

The direction for sorting the list results, based on the sort_by field.

  • asc: Ascending order (e.g., A-Z, 1-10, oldest to newest).
  • desc: Descending order (e.g., Z-A, 10-1, newest to oldest). Defaults to desc (newest/highest first) if not specified.
Allowed:
integer | null
0 to 50
Defaults to 30

Specifies the maximum number of items to return in a single page of results. Used for pagination. Default is 30, maximum is 50.

methods
array of objects | null
methods
objects
array of objects | null
objects
audiences
array of integers | null

List of audiences id to get data by

audiences
goals
array of integers | null

List of goals id to get data by

goals
locations
array of integers | null

List of locations id to get data by

locations
hypotheses
array of integers | null

List of hypotheses id to get data by

hypotheses
domains
array of integers | null

List of domains id to get data by

domains
tags
array of integers | null

List of tags id to get data by

tags
experiences
array of integers | null

List of experiences id to get data by

experiences
string | null
enum
Defaults to timestamp

A value to sort history list by specific field(s)

Defaults to timestamp if not provided

Allowed:
expand
array of objects | null

Specifies linked objects to expand in the response, e.g., 'project'. Refer to the Expanding Fields section.

expand
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json