github source

github.meta_get_all_versions

partial

Get all API versions

Works without WHERE filters. Use LIMIT for spot checks; large result sets paginate quickly.

no filters captured 2026-08-31 06:43:41Zmedian 29883 ms
Verdict: PARTIAL

1 errors across trials but 3 variants returned data.

What to do

Some variants failed
partial

Investigate which variants returned empty rows and which errored. The failing variant often has the missing filter shape.

Re-probe with smaller LIMIT to isolate the failing variant.
Unrecognized error
unknown

Inspect the raw error and add a rule to scripts/analyze_failures.py.

View the error under Probe variants → first trial → error block.
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal232396 ms41338 ms50281 ms[1, 1]0
realistic229883 ms29883 ms29883 ms[2, 0]1
edge250292 ms55242 ms60193 ms[2, 2]0

Latency per trial

minimalmedian 41338ms
t150281mst232396ms
scale: 0–50281 ms
realisticmedian 29883ms
t129883mst2-1ms
scale: 0–29883 ms
edgemedian 55242ms
t160193mst250292ms
scale: 0–60193 ms

Probe variants — every command + output

minimal2 trials
min 32396ms · median 41338ms · max 50281ms · rows 1,1

smallest valid query (no filters)

Command
SELECT * FROM github.meta_get_all_versions LIMIT 1
Trials + output
trial 1·50281ms·rows 1isError=false
First row (click to expand JSON)
{
  "json": "2026-03-10"
}
columns (1)
json
trial 2·32396ms·rows 1isError=false
First row (click to expand JSON)
{
  "json": "2026-03-10"
}
columns (1)
json
realistic2 trials
min 29883ms · median 29883ms · max 29883ms · rows 2,0

typical user query (no filters)

Command
SELECT * FROM github.meta_get_all_versions LIMIT 25
Trials + output
trial 1·29883ms·rows 2isError=false
First row (click to expand JSON)
{
  "json": "2026-03-10"
}
columns (1)
json
trial 2·-1ms·rows 0isError=true
Error
timeout
edge2 trials
min 50292ms · median 55242ms · max 60193ms · rows 2,2

edge: larger limit, no filters

Command
SELECT * FROM github.meta_get_all_versions LIMIT 200
Trials + output
trial 1·60193ms·rows 2isError=false
First row (click to expand JSON)
{
  "json": "2026-03-10"
}
columns (1)
json
trial 2·50292ms·rows 2isError=false
First row (click to expand JSON)
{
  "json": "2026-03-10"
}
columns (1)
json

All returned rowsacross all non-errored trials · filterable · paginated

8 rows stored · 8 returned · page 1/1
102026-03-10
212026-03-10
122026-03-10
132022-11-28
142026-03-10
152022-11-28
262026-03-10
272022-11-28

Column profile

1 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1jsonstring50"2026-03-10"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt150281ms1okjson
minimalt232396ms1okjson
realistict129883ms2okjson
realistict2-1ms0error
edget160193ms2okjson
edget250292ms2okjson

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Works without WHERE filters. Use LIMIT for spot checks; large result sets paginate quickly.
Columns coral returned (1)
json
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:43:41Z
JSON record: reports/github/tables/meta_get_all_versions.json
first_run_at: 2026-08-31T06:43:41Z
last_retried_at: 2026-08-31T06:43:41Z
retry_count: 0
View version history →