Get raw tracking debug logs for a project

Returns recent raw tracking debug-log entries for the project. This exposes the full per-event debug
detail: page URL, referrer, user-agent, ingest source, raw event IDs and the
visitor segment snapshot. All body fields are optional — an empty body returns the
most recent entries in the window.

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

Optional filters for the debug-log feed. An empty body returns the most recent
entries within the default window.

Optional, nullable filters for the project debug-log feed.

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.

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.

experiences
array of integers | null

Restrict to these experience IDs.

experiences
event_types
array of objects | null

Restrict to these tracked event types.

event_types
Allowed:
string | null

Trace a single visitor / session.

integer | null

Window start, unix seconds. Bounded by the ~7-day debug-log retention. Default last 24h.

integer | null

Window end, unix seconds. Default now.

Responses

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