github source
pass
View version history →
github.repo_action_cache_usage
passGet GitHub Actions cache usage for a repository
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 07:55:28Zmedian 29599 ms
Verdict: TRUE
All variants returned rows on ≥2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 21947 ms | 28241 ms | 34535 ms | [1, 1] | 0 |
| realistic | 2 | 28619 ms | 29599 ms | 30579 ms | [1, 1] | 0 |
| edge | 2 | 34129 ms | 35261 ms | 36393 ms | [1, 1] | 0 |
Latency per trial
minimalmedian 28241ms
scale: 0–34535 ms
realisticmedian 29599ms
scale: 0–30579 ms
edgemedian 35261ms
scale: 0–36393 ms
Probe variants — every command + output
minimal
2 trialsmin 21947ms · median 28241ms · max 34535ms · rows 1,1
smallest valid query
Command
SELECT * FROM github.repo_action_cache_usage WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1Trials + output
trial 1·21947ms·rows 1isError=false
First row (click to expand JSON)
{
"active_caches_count": "11",
"active_caches_size_in_bytes": "10561820202",
"full_name": "anomalyco/opencode",
"owner": "anomalyco",
"repo": "opencode"
}columns (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
trial 2·34535ms·rows 1isError=false
First row (click to expand JSON)
{
"active_caches_count": "11",
"active_caches_size_in_bytes": "10561820202",
"full_name": "anomalyco/opencode",
"owner": "anomalyco",
"repo": "opencode"
}columns (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
realistic
2 trialsmin 28619ms · median 29599ms · max 30579ms · rows 1,1
typical user query
Command
SELECT * FROM github.repo_action_cache_usage WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25Trials + output
trial 1·28619ms·rows 1isError=false
First row (click to expand JSON)
{
"active_caches_count": "11",
"active_caches_size_in_bytes": "10561820202",
"full_name": "anomalyco/opencode",
"owner": "anomalyco",
"repo": "opencode"
}columns (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
trial 2·30579ms·rows 1isError=false
First row (click to expand JSON)
{
"active_caches_count": "11",
"active_caches_size_in_bytes": "10561820202",
"full_name": "anomalyco/opencode",
"owner": "anomalyco",
"repo": "opencode"
}columns (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
edge
2 trialsmin 34129ms · median 35261ms · max 36393ms · rows 1,1
edge: larger limit
Command
SELECT * FROM github.repo_action_cache_usage WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200Trials + output
trial 1·34129ms·rows 1isError=false
First row (click to expand JSON)
{
"active_caches_count": "11",
"active_caches_size_in_bytes": "10561820202",
"full_name": "anomalyco/opencode",
"owner": "anomalyco",
"repo": "opencode"
}columns (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
trial 2·36393ms·rows 1isError=false
First row (click to expand JSON)
{
"active_caches_count": "11",
"active_caches_size_in_bytes": "10561820202",
"full_name": "anomalyco/opencode",
"owner": "anomalyco",
"repo": "opencode"
}columns (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
All returned rowsacross all non-errored trials · filterable · paginated
6 rows stored · 6 returned · page 1/1
| 1 | 0 | 11 | 10561820202 | anomalyco/opencode | anomalyco | opencode |
| 2 | 1 | 11 | 10561820202 | anomalyco/opencode | anomalyco | opencode |
| 1 | 2 | 11 | 10561820202 | anomalyco/opencode | anomalyco | opencode |
| 2 | 3 | 11 | 10561820202 | anomalyco/opencode | anomalyco | opencode |
| 1 | 4 | 11 | 10561820202 | anomalyco/opencode | anomalyco | opencode |
| 2 | 5 | 11 | 10561820202 | anomalyco/opencode | anomalyco | opencode |
Column profile
5 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 | active_caches_count | string | 6 | 0 | "11" |
| 2 | active_caches_size_in_bytes | string | 6 | 0 | "10561820202" |
| 3 | full_name | string | 6 | 0 | "anomalyco/opencode" |
| 4 | owner | string | 6 | 0 | "anomalyco" |
| 5 | repo | string | 6 | 0 | "opencode" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 21947ms | 1 | ok | active_caches_count, active_caches_size_in_bytes, full_name |
| minimal | t2 | 34535ms | 1 | ok | active_caches_count, active_caches_size_in_bytes, full_name |
| realistic | t1 | 28619ms | 1 | ok | active_caches_count, active_caches_size_in_bytes, full_name |
| realistic | t2 | 30579ms | 1 | ok | active_caches_count, active_caches_size_in_bytes, full_name |
| edge | t1 | 34129ms | 1 | ok | active_caches_count, active_caches_size_in_bytes, full_name |
| edge | t2 | 36393ms | 1 | ok | active_caches_count, active_caches_size_in_bytes, full_name |
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 (5)
active_caches_countactive_caches_size_in_bytesfull_nameownerrepo
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:55:28ZJSON record:
reports/github/tables/repo_action_cache_usage.jsonfirst_run_at:
2026-08-31T07:55:28Zlast_retried_at:
2026-08-31T07:55:28Zretry_count:
0