Highlight (highlight.io) · Arazzo Workflow
Highlight Session Track Event
Version 1.0.0
Open a session, attach track-event properties to it, then flush a recording payload.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen-SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
session-track-event
Initialize a session, record a track event, and flush its recording payload.
Runs initializeSession to obtain a session_secure_id, then addTrackProperties to record a named track event with properties, then pushPayload to flush the recorded events so the event lands on the session timeline.
1
initializeSession
Run the initializeSession GraphQL mutation to open a session and return its session_secure_id.
2
addTrackProperties
Run the addTrackProperties GraphQL mutation to record a named track event and its property map against the session.
3
flushPayload
Run the pushPayload GraphQL mutation to flush the recorded events so the track event lands on the session timeline.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.