Get session analysis
Retrieves a full session analysis tree for a given event, including costs, child events, and product linkages.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The record type identifier.
The event identifier (UUID).
Query Parameters
Whether to include child events in the response.
Maximum traversal depth for the event tree.
Required range:
1 <= x <= 5Controls what data to expand on each event node.
Available options:
record, none ISO 8601 timestamp or date to narrow index selection for faster lookups. Accepts full datetime (e.g., 2026-03-17T10:00:00Z) or date-only format (e.g., 2026-03-17).
JavaScript