github source
fail
View version history →
github.repos
failCheck 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_foundEither 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_foundEither 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-scopedRetry with alternate repos
retry-strategyIf 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
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 1 | 14274 ms | 14274 ms | 14274 ms | [0] | 1 |
| realistic | 1 | 11501 ms | 11501 ms | 11501 ms | [0] | 1 |
| edge | 1 | 13754 ms | 13754 ms | 13754 ms | [0] | 1 |
Latency per trial
minimalmedian 14274ms
scale: 0–14274 ms
realisticmedian 11501ms
scale: 0–11501 ms
edgemedian 13754ms
scale: 0–13754 ms
Probe variants — every command + output
minimal
1 trialsmin 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 1Trials + 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.
realistic
1 trialsmin 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 25Trials + 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.
edge
1 trialsmin 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 200Trials + 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 / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 14274ms | 0 | error | — |
| realistic | t1 | 11501ms | 0 | error | — |
| edge | t1 | 13754ms | 0 | error | — |
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T10:06:48ZJSON record:
reports/github/tables/repos.jsonfirst_run_at:
2026-08-31T08:40:36Zlast_retried_at:
2026-08-31T10:06:48Zretry_count:
1