github source
pass
View version history →
github.repo_topics
passGet all repository topics
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
owner, repo captured 2026-08-31 08:40:23Zmedian 33545 ms
Verdict: TRUE
All variants returned rows on ≥2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 28361 ms | 29586 ms | 30811 ms | [1, 1] | 0 |
| realistic | 2 | 32557 ms | 33545 ms | 34534 ms | [1, 1] | 0 |
| edge | 2 | 30790 ms | 31920 ms | 33050 ms | [1, 1] | 0 |
Latency per trial
minimalmedian 29586ms
scale: 0–30811 ms
realisticmedian 33545ms
scale: 0–34534 ms
edgemedian 31920ms
scale: 0–33050 ms
Probe variants — every command + output
minimal
2 trialsmin 28361ms · median 29586ms · max 30811ms · rows 1,1
smallest valid query
Command
SELECT * FROM github.repo_topics WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1Trials + output
trial 1·30811ms·rows 1isError=false
First row (click to expand JSON)
{
"names": "[]",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
namesownerrepo
trial 2·28361ms·rows 1isError=false
First row (click to expand JSON)
{
"names": "[]",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
namesownerrepo
realistic
2 trialsmin 32557ms · median 33545ms · max 34534ms · rows 1,1
typical user query
Command
SELECT * FROM github.repo_topics WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25Trials + output
trial 1·34534ms·rows 1isError=false
First row (click to expand JSON)
{
"names": "[]",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
namesownerrepo
trial 2·32557ms·rows 1isError=false
First row (click to expand JSON)
{
"names": "[]",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
namesownerrepo
edge
2 trialsmin 30790ms · median 31920ms · max 33050ms · rows 1,1
edge: larger limit
Command
SELECT * FROM github.repo_topics WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200Trials + output
trial 1·30790ms·rows 1isError=false
First row (click to expand JSON)
{
"names": "[]",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
namesownerrepo
trial 2·33050ms·rows 1isError=false
First row (click to expand JSON)
{
"names": "[]",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
namesownerrepo
All returned rowsacross all non-errored trials · filterable · paginated
6 rows stored · 6 returned · page 1/1
| 1 | 0 | [] | anomalyco | opencode |
| 2 | 1 | [] | anomalyco | opencode |
| 1 | 2 | [] | anomalyco | opencode |
| 2 | 3 | [] | anomalyco | opencode |
| 1 | 4 | [] | anomalyco | opencode |
| 2 | 5 | [] | anomalyco | opencode |
Column profile
3 columns actually returned by coral. Catalog claims "2 required filter(s)": "owner, repo". Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | names | string | 6 | 0 | "[]" |
| 2 | owner | string | 6 | 0 | "anomalyco" |
| 3 | repo | string | 6 | 0 | "opencode" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 30811ms | 1 | ok | names, owner, repo |
| minimal | t2 | 28361ms | 1 | ok | names, owner, repo |
| realistic | t1 | 34534ms | 1 | ok | names, owner, repo |
| realistic | t2 | 32557ms | 1 | ok | names, owner, repo |
| edge | t1 | 30790ms | 1 | ok | names, owner, repo |
| edge | t2 | 33050ms | 1 | ok | names, owner, repo |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.Columns coral returned (3)
namesownerrepo
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:40:23ZJSON record:
reports/github/tables/repo_topics.jsonfirst_run_at:
2026-08-31T08:40:23Zlast_retried_at:
2026-08-31T08:40:23Zretry_count:
0