List recorded visitor sessions for a project

Retrieves a list of recorded visitor sessions for a specific project. This endpoint is typically used for integrations that require access to raw session data. Note: This is different from Convert Signals. For frustration and usability insights, see the Signal Sessions endpoint.

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
number | null

Unix timestamp (seconds since epoch, UTC) marking the beginning of the time range. If null, implies from the beginning of data.

number | null

Unix timestamp (seconds since epoch, UTC) marking the end of the time range. If null, implies up to the current time.

integer
-43200 to 50400
Defaults to 0

The time offset from Coordinated Universal Time (UTC) in seconds. For example, UTC-5 (EST) would be -18000. UTC+2 would be 7200. Used for interpreting or displaying date/time information according to a specific timezone.

tags
object | null

The tags object containing key-value pairs where each key is the tag name and the value is a string representing the tag's value.

Response

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