Checks
How to Use the Ascent Checks Data Source to Query Checks
Last updated
Was this helpful?
How to Use the Ascent Checks Data Source to Query Checks
Last updated
Was this helpful?
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
On the left sidebar, click on Ascent Checks. This will display a list of all available checks that you can query.
From the list, expand the check you want to query by clicking on it. This will show more details about the check.
Click on the right arrow next to the check id to append it to the query editor
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)
Once your query is complete, click on Execute to run the query and see the results.