Skip to main content
GET
Error

Path Parameters

projectUuid
string
required

Query Parameters

page
number<double>
default:1

Page number for pagination (starts at 1)

pageSize
number<double>
default:25

Number of results per page (default: 25, max: 100)

trigger
enum<string>

Filter by what triggered the run User-facing grouping of QueryExecutionContext values by what triggered the run: a person acting directly, an app surface loading many queries at once (dashboards, embeds, data apps), or a schedule running in the background.

Available options:
interactive,
apps,
scheduled
language
enum<string>

Filter by query language

Available options:
semantic,
sql
status
enum<string>[]

Filter by one or more statuses

Available options:
pending,
queued,
executing,
expired,
ready,
error,
cancelled

Matches explore name, chart/dashboard name, fields and SQL

window
enum<string>

Restrict rows to one disjoint time window Time windows for the query history list, newest first. Windows are disjoint: "last hour" excludes the last few minutes, and so on. Anything older than 30 days is out of scope for the page.

Available options:
lastFewMinutes,
lastHour,
last24Hours,
last7Days,
last30Days
sortBy
enum<string>

Sort order; runtime flattens the windows into one sorted list

Available options:
createdAt,
runtime

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok