Skip to main content
Inspect execution metrics for a single saved query. Tremor reports how many times the query ran successfully, the average runtime, and when it last executed.

Example Response

{
  "execution_count": 127,
  "avg_runtime_ms": 143.7,
  "last_executed_at": "2025-10-24T15:23:11.123456Z"
}
query_id
string
required
Supabase identifier of the saved query.
Ad-hoc queries executed via POST /api/query are tracked with the special ID adhoc, but they are excluded from this endpoint.