Checks
How to Use the Ascent Checks Data Source to Query Checks
Follow the steps below to create and execute a query using the Ascent Checks Data Source.
1. Go to the Queries Page
Navigate to the queries page in your dashboard to begin
In the Queries page, click on the "New Query" button to start a new query


2. Select "Ascent Checks" from the Left Sidebar
On the left sidebar, click on Ascent Checks. This will display a list of all available checks that you can query.


3. Expand a check to uncover more details
From the list, expand the check you want to query by clicking on it. This will show more details about the check.


4. Append the CheckID to the Query Editor to consume this check.
Click on the right arrow next to the check id to append it to the query editor


5. Add Duration or Start/End Date
To use a specific time range, enter the start and end times as Unix epoch values.
To query relative durations, use the duration option with a human-readable format (e.g.,
1d
for one day,2h
for two hours, etc.)Example:
Start:
1609459200
(Unix epoch for the start time)End:
1609545600
(Unix epoch for the end time)Duration:
1d
(relative to the current time)


6. Execute the Query
Once your query is complete, click on Execute to run the query and see the results.


Last updated
Was this helpful?