Overview
You can use parameterized URLs to open Explore v2 (Beta) with pre-specified data by encoding visualization parameters directly into the browser address. By navigating to the/explore route with specific query parameters, you can instantly load targeted telemetry datasets for rapid review and automated reporting.
This capability allows you to create dynamic entry points that are pre-configured with the exact data context required for a specific analysis task.
These URLs allow you to define the exact data to plot, including the specific Run or Asset, Channels, and designated Panel type.
The system also supports setting precise start and end times for the analysis session to focus on specific events.
This automation ensures that team members land on the exact telemetry required for their review without the need for manual setup or navigation through the standard interface
Endpoint structure
To launch a targeted analysis in Explore v2 (Beta), use the/explore route followed by the method=single parameter.
This base configuration ensures the application initializes correctly to handle the additional telemetry parameters provided in the URL.
The full URL is constructed as follows:
Format: This structure uses backslashes (
\) and line breaks for readability. When creating the actual URL, combine all parameters into a single continuous string without spaces or backslashes.Channel and axis configuration
Thechannels parameter accepts a comma-separated list of Channel UUIDs. You can control which vertical axis each Channel plots to by adding a specific prefix.
Examples
The following examples demonstrate how to construct URLs for specific analysis scenarios usinghttps://app.siftstack.com as the base domain.
Format: The examples below use backslashes (
\) and line breaks to improve readability. To use these URLs in a browser, you must remove the backslashes and combine the text into a single continuous string without spaces.Timeseries with mixed axes
This example uses the Timeseries panel type to plot specific Channels to different vertical scales (L1 and L2) for comparison.
Zoomed-in analysis
This configuration focuses on a specific time window by includingstartTime and endTime parameters.
Table view
To view data in a tabular format, set thepanelType to table. This configuration displays data values at the timestamp specified by startTime. The endTime parameter is not used in this view and is ignored if provided.