github source

github.deliveries

fail

List deliveries for an organization webhook

Requires org and hook_id. Most useful optional filters: status, owner, repo. Add delivery_id to jump from the default list call to a specific record lookup.

org, hook_id captured 2026-08-31 05:54:43Zmedian 29500 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
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal228808 ms31179 ms33551 ms[0, 0]2
realistic228968 ms29500 ms30033 ms[0, 0]2
edge230080 ms31440 ms32800 ms[0, 0]2

Latency per trial

minimalmedian 31179ms
t133551mst228808ms
scale: 0–33551 ms
realisticmedian 29500ms
t130033mst228968ms
scale: 0–30033 ms
edgemedian 31440ms
t130080mst232800ms
scale: 0–32800 ms

Probe variants — every command + output

minimal2 trials
min 28808ms · median 31179ms · max 33551ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.deliveries WHERE org = 'opencode' AND hook_id = '1' LIMIT 1
Trials + output
trial 1·33551ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook","status":"404"} [GET] https://api.github.com/orgs/opencode/hooks/1/deliveries
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28808ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook","status":"404"} [GET] https://api.github.com/orgs/opencode/hooks/1/deliveries
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 28968ms · median 29500ms · max 30033ms · rows 0,0

typical user query

Command
SELECT * FROM github.deliveries WHERE org = 'opencode' AND hook_id = '1' LIMIT 25
Trials + output
trial 1·30033ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook","status":"404"} [GET] https://api.github.com/orgs/opencode/hooks/1/deliveries
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28968ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook","status":"404"} [GET] https://api.github.com/orgs/opencode/hooks/1/deliveries
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 30080ms · median 31440ms · max 32800ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.deliveries WHERE org = 'opencode' AND hook_id = '1' LIMIT 200
Trials + output
trial 1·30080ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook","status":"404"} [GET] https://api.github.com/orgs/opencode/hooks/1/deliveries
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·32800ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook","status":"404"} [GET] https://api.github.com/orgs/opencode/hooks/1/deliveries
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
minimalt133551ms0error
minimalt228808ms0error
realistict130033ms0error
realistict228968ms0error
edget130080ms0error
edget232800ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:54:43Z
JSON record: reports/github/tables/deliveries.json
first_run_at: 2026-08-31T05:54:43Z
last_retried_at: 2026-08-31T05:54:43Z
retry_count: 0
View version history →