github source

github.repo_action_cache_usage

pass

Get 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

VariantTrialsMinMedianMaxRow countsErrors
minimal221947 ms28241 ms34535 ms[1, 1]0
realistic228619 ms29599 ms30579 ms[1, 1]0
edge234129 ms35261 ms36393 ms[1, 1]0

Latency per trial

minimalmedian 28241ms
t121947mst234535ms
scale: 0–34535 ms
realisticmedian 29599ms
t128619mst230579ms
scale: 0–30579 ms
edgemedian 35261ms
t134129mst236393ms
scale: 0–36393 ms

Probe variants — every command + output

minimal2 trials
min 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 1
Trials + 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
realistic2 trials
min 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 25
Trials + 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
edge2 trials
min 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 200
Trials + 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
101110561820202anomalyco/opencodeanomalycoopencode
211110561820202anomalyco/opencodeanomalycoopencode
121110561820202anomalyco/opencodeanomalycoopencode
231110561820202anomalyco/opencodeanomalycoopencode
141110561820202anomalyco/opencodeanomalycoopencode
251110561820202anomalyco/opencodeanomalycoopencode

Column profile

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

#ColumnInferred typeNon-nullNullsSample value(s)
1active_caches_countstring60"11"
2active_caches_size_in_bytesstring60"10561820202"
3full_namestring60"anomalyco/opencode"
4ownerstring60"anomalyco"
5repostring60"opencode"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt121947ms1okactive_caches_count, active_caches_size_in_bytes, full_name
minimalt234535ms1okactive_caches_count, active_caches_size_in_bytes, full_name
realistict128619ms1okactive_caches_count, active_caches_size_in_bytes, full_name
realistict230579ms1okactive_caches_count, active_caches_size_in_bytes, full_name
edget134129ms1okactive_caches_count, active_caches_size_in_bytes, full_name
edget236393ms1okactive_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:28Z
JSON record: reports/github/tables/repo_action_cache_usage.json
first_run_at: 2026-08-31T07:55:28Z
last_retried_at: 2026-08-31T07:55:28Z
retry_count: 0
View version history →