github source

github.repo_commit_check_suites

fail

List check suites for a Git reference

Requires owner, repo, and ref. Most useful optional filters: app_id, check_name. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo, ref captured 2026-08-31 08:11:09Zmedian 33426 ms
Verdict: FALSE

All variants failed: 6 errors, 0 successful.

What to do

GitHub returned 404
upstream.not_found

Either the resource is private, doesn't exist, or your filter values don't match a real resource.

Try a known public repo (anomalyco/opencode, sst/opencode, octocat/Hello-World)
GitHub returned 404
upstream.not_found

Either the resource is private, doesn't exist, or your filter values don't match a real resource.

Confirm the resource exists: it may be private, removed, or org-scoped
Retry with alternate repos
retry-strategy

If the failure is 404 on `anomalyco/opencode`, try `sst/opencode` or `octocat/Hello-World`. The retry script does this automatically.

python3 scripts/retry_batch.py --source github --only-category <category>
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal232666 ms33252 ms33838 ms[0, 0]2
realistic231680 ms33426 ms35173 ms[0, 0]2
edge232812 ms34901 ms36991 ms[0, 0]2

Latency per trial

minimalmedian 33252ms
t133838mst232666ms
scale: 0–33838 ms
realisticmedian 33426ms
t135173mst231680ms
scale: 0–35173 ms
edgemedian 34901ms
t132812mst236991ms
scale: 0–36991 ms

Probe variants — every command + output

minimal2 trials
min 32666ms · median 33252ms · max 33838ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.repo_commit_check_suites WHERE owner = 'anomalyco' AND repo = 'opencode' AND ref = 'main' LIMIT 1
Trials + output
trial 1·33838ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/commits/main/check-suites
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·32666ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/commits/main/check-suites
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 31680ms · median 33426ms · max 35173ms · rows 0,0

typical user query

Command
SELECT * FROM github.repo_commit_check_suites WHERE owner = 'anomalyco' AND repo = 'opencode' AND ref = 'main' LIMIT 25
Trials + output
trial 1·35173ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/commits/main/check-suites
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·31680ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/commits/main/check-suites
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 32812ms · median 34901ms · max 36991ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.repo_commit_check_suites WHERE owner = 'anomalyco' AND repo = 'opencode' AND ref = 'main' LIMIT 200
Trials + output
trial 1·32812ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/commits/main/check-suites
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·36991ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/commits/main/check-suites
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.

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.

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt133838ms0error
minimalt232666ms0error
realistict135173ms0error
realistict231680ms0error
edget132812ms0error
edget236991ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:11:09Z
JSON record: reports/github/tables/repo_commit_check_suites.json
first_run_at: 2026-08-31T08:11:09Z
last_retried_at: 2026-08-31T08:11:09Z
retry_count: 0
View version history →