github source

github.repos

fail

Check team permissions for a repository (Legacy)

Requires team_id, owner, and repo. Most useful optional filters: org, team_slug. Add org and team_slug to query the matching organization team route instead of only the legacy team_id path.

team_id, owner, repo captured 2026-08-31 10:06:48Zmedian 11501 ms
Verdict: FALSE

All variants failed: 3 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
minimal114274 ms14274 ms14274 ms[0]1
realistic111501 ms11501 ms11501 ms[0]1
edge113754 ms13754 ms13754 ms[0]1

Latency per trial

minimalmedian 14274ms
t114274ms
scale: 0–14274 ms
realisticmedian 11501ms
t111501ms
scale: 0–11501 ms
edgemedian 13754ms
t113754ms
scale: 0–13754 ms

Probe variants — every command + output

minimal1 trials
min 14274ms · median 14274ms · max 14274ms · rows 0

smallest valid query

Command
SELECT * FROM github.repos WHERE team_id = '1' AND owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·14274ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy","status":"404"} [GET] https://api.github.com/teams/1/repos/anomalyco/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic1 trials
min 11501ms · median 11501ms · max 11501ms · rows 0

typical user query

Command
SELECT * FROM github.repos WHERE team_id = '1' AND owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·11501ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy","status":"404"} [GET] https://api.github.com/teams/1/repos/anomalyco/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge1 trials
min 13754ms · median 13754ms · max 13754ms · rows 0

edge: larger limit

Command
SELECT * FROM github.repos WHERE team_id = '1' AND owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·13754ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy","status":"404"} [GET] https://api.github.com/teams/1/repos/anomalyco/opencode
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
minimalt114274ms0error
realistict111501ms0error
edget113754ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T10:06:48Z
JSON record: reports/github/tables/repos.json
first_run_at: 2026-08-31T08:40:36Z
last_retried_at: 2026-08-31T10:06:48Z
retry_count: 1
View version history →