Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

record_type
string
required

The record type identifier.

event_id
string<uuid>
required

The event identifier (UUID).

Query Parameters

include_children
boolean
default:true

Whether to include child events in the response.

max_depth
integer
default:2

Maximum traversal depth for the event tree.

Required range: 1 <= x <= 5
expand
enum<string>
default:record

Controls what data to expand on each event node.

Available options:
record,
none
date_time
string<date-time>

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).

Response

Session analysis result

session_id
string
required

Identifier for the analyzed session.

cost
object
required
root
object
required
meta
object
required