github source

github.attempts

fail

Get a workflow run attempt

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

owner, repo, run_id, attempt_number captured 2026-08-31 05:32:11Zmedian 25392 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
minimal230206 ms30424 ms30642 ms[0, 0]2
realistic225045 ms25392 ms25739 ms[0, 0]2
edge230929 ms32215 ms33501 ms[0, 0]2

Latency per trial

minimalmedian 30424ms
t130206mst230642ms
scale: 0–30642 ms
realisticmedian 25392ms
t125045mst225739ms
scale: 0–25739 ms
edgemedian 32215ms
t130929mst233501ms
scale: 0–33501 ms

Probe variants — every command + output

minimal2 trials
min 30206ms · median 30424ms · max 30642ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.attempts WHERE owner = 'anomalyco' AND repo = 'opencode' AND run_id = '1' AND attempt_number = '1' LIMIT 1
Trials + output
trial 1·30206ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/actions/runs/1/attempts/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·30642ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/actions/runs/1/attempts/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 25045ms · median 25392ms · max 25739ms · rows 0,0

typical user query

Command
SELECT * FROM github.attempts WHERE owner = 'anomalyco' AND repo = 'opencode' AND run_id = '1' AND attempt_number = '1' LIMIT 25
Trials + output
trial 1·25045ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/actions/runs/1/attempts/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·25739ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/actions/runs/1/attempts/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 30929ms · median 32215ms · max 33501ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.attempts WHERE owner = 'anomalyco' AND repo = 'opencode' AND run_id = '1' AND attempt_number = '1' LIMIT 200
Trials + output
trial 1·30929ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/actions/runs/1/attempts/1
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·33501ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/actions/runs/1/attempts/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
minimalt130206ms0error
minimalt230642ms0error
realistict125045ms0error
realistict225739ms0error
edget130929ms0error
edget233501ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:32:11Z
JSON record: reports/github/tables/attempts.json
first_run_at: 2026-08-31T05:32:11Z
last_retried_at: 2026-08-31T05:32:11Z
retry_count: 0
View version history →