github source

github.matching_refs

fail

List matching references

Requires owner, repo, and ref. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo, ref captured 2026-08-31 06:39:28Zmedian 38024 ms
Verdict: FALSE

All variants failed: 0 errors, 0 successful.

What to do

Probe returned 0 rows but no error
empty

Either the resource genuinely has no data for your filter values, or the SQL is returning an empty set silently.

Try: `SELECT COUNT(*) FROM github.matching_refs WHERE owner='?' AND repo='?' AND ref='?'`
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal248586 ms48951 ms49316 ms[0, 0]0
realistic232158 ms38024 ms43891 ms[0, 0]0
edge239850 ms40581 ms41313 ms[0, 0]0

Latency per trial

minimalmedian 48951ms
t148586mst249316ms
scale: 0–49316 ms
realisticmedian 38024ms
t143891mst232158ms
scale: 0–43891 ms
edgemedian 40581ms
t141313mst239850ms
scale: 0–41313 ms

Probe variants — every command + output

minimal2 trials
min 48586ms · median 48951ms · max 49316ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.matching_refs WHERE owner = 'anomalyco' AND repo = 'opencode' AND ref = 'main' LIMIT 1
Trials + output
trial 1·48586ms·rows 0isError=false
columns (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl
trial 2·49316ms·rows 0isError=false
columns (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl
realistic2 trials
min 32158ms · median 38024ms · max 43891ms · rows 0,0

typical user query

Command
SELECT * FROM github.matching_refs WHERE owner = 'anomalyco' AND repo = 'opencode' AND ref = 'main' LIMIT 25
Trials + output
trial 1·43891ms·rows 0isError=false
columns (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl
trial 2·32158ms·rows 0isError=false
columns (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl
edge2 trials
min 39850ms · median 40581ms · max 41313ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.matching_refs WHERE owner = 'anomalyco' AND repo = 'opencode' AND ref = 'main' LIMIT 200
Trials + output
trial 1·41313ms·rows 0isError=false
columns (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl
trial 2·39850ms·rows 0isError=false
columns (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl

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

0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.

Column profile

9 columns actually returned by coral. Catalog claims "3 required filter(s)": "owner, repo, ref". Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1node_id00empty
2object00empty
3object__sha00empty
4object__type00empty
5object__url00empty
6owner00empty
7ref00empty
8repo00empty
9url00empty

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt148586ms0ok
minimalt249316ms0ok
realistict143891ms0ok
realistict232158ms0ok
edget141313ms0ok
edget239850ms0ok

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Requires owner, repo, and ref. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
Columns coral returned (9)
node_idobjectobject__shaobject__typeobject__urlownerrefrepourl
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:39:28Z
JSON record: reports/github/tables/matching_refs.json
first_run_at: 2026-08-31T06:39:28Z
last_retried_at: 2026-08-31T06:39:28Z
retry_count: 0
View version history →