github source

github.contents

fail

Get repository content

Requires owner, repo, and path. Select `content_text` for decoded UTF-8 file contents when GitHub returns base64 content; keep `content` only when you need the raw API payload. Most useful optional filters: ref. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo, path captured 2026-08-31 05:51:54Zmedian 26594 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
minimal228096 ms28810 ms29525 ms[0, 0]2
realistic225052 ms26594 ms28137 ms[0, 0]2
edge228880 ms29264 ms29648 ms[0, 0]2

Latency per trial

minimalmedian 28810ms
t129525mst228096ms
scale: 0–29525 ms
realisticmedian 26594ms
t125052mst228137ms
scale: 0–28137 ms
edgemedian 29264ms
t129648mst228880ms
scale: 0–29648 ms

Probe variants — every command + output

minimal2 trials
min 28096ms · median 28810ms · max 29525ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.contents WHERE owner = 'anomalyco' AND repo = 'opencode' AND path = '1' LIMIT 1
Trials + output
trial 1·29525ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/contents/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28096ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/contents/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 25052ms · median 26594ms · max 28137ms · rows 0,0

typical user query

Command
SELECT * FROM github.contents WHERE owner = 'anomalyco' AND repo = 'opencode' AND path = '1' LIMIT 25
Trials + output
trial 1·25052ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/contents/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28137ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/contents/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 28880ms · median 29264ms · max 29648ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.contents WHERE owner = 'anomalyco' AND repo = 'opencode' AND path = '1' LIMIT 200
Trials + output
trial 1·29648ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/contents/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28880ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/contents/1
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
minimalt129525ms0error
minimalt228096ms0error
realistict125052ms0error
realistict228137ms0error
edget129648ms0error
edget228880ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:51:54Z
JSON record: reports/github/tables/contents.json
first_run_at: 2026-08-31T05:51:54Z
last_retried_at: 2026-08-31T05:51:54Z
retry_count: 0
View version history →