github source

github.app_hook_deliveries

fail

List deliveries for an app webhook

Works without WHERE filters. Most useful optional filters: status, delivery_id. Add delivery_id to jump from the default list call to a specific record lookup.

no filters captured 2026-08-31 05:29:29Zmedian 27501 ms
Verdict: FALSE

All variants failed: 6 errors, 0 successful.

What to do

Auth boundary
auth.required

This endpoint requires a GitHub App JWT, not a personal access token.

Endpoint requires a GitHub App JWT, not a personal access token
Auth boundary
auth.required

This endpoint requires a GitHub App JWT, not a personal access token.

Not probeable on this token; ship the page with verdict=fail and notes='auth required'
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal224278 ms26104 ms27930 ms[0, 0]2
realistic226268 ms27501 ms28734 ms[0, 0]2
edge226450 ms27462 ms28474 ms[0, 0]2

Latency per trial

minimalmedian 26104ms
t127930mst224278ms
scale: 0–27930 ms
realisticmedian 27501ms
t126268mst228734ms
scale: 0–28734 ms
edgemedian 27462ms
t126450mst228474ms
scale: 0–28474 ms

Probe variants — every command + output

minimal2 trials
min 24278ms · median 26104ms · max 27930ms · rows 0,0

smallest valid query (no filters)

Command
SELECT * FROM github.app_hook_deliveries LIMIT 1
Trials + output
trial 1·27930ms·rows 0isError=true
Error
Error: Source authentication failed (401)
Detail: {"message":"A JSON web token could not be decoded","documentation_url":"https://docs.github.com/rest","status":"401"} [GET] https://api.github.com/app/hook/deliveries
Hint: Credentials for this source are invalid or expired. Re-install it to refresh: `coral source add github` for bundled sources, or `coral source add --file <manifest-path>` for imported sources.
trial 2·24278ms·rows 0isError=true
Error
Error: Source authentication failed (401)
Detail: {"message":"A JSON web token could not be decoded","documentation_url":"https://docs.github.com/rest","status":"401"} [GET] https://api.github.com/app/hook/deliveries
Hint: Credentials for this source are invalid or expired. Re-install it to refresh: `coral source add github` for bundled sources, or `coral source add --file <manifest-path>` for imported sources.
realistic2 trials
min 26268ms · median 27501ms · max 28734ms · rows 0,0

typical user query (no filters)

Command
SELECT * FROM github.app_hook_deliveries LIMIT 25
Trials + output
trial 1·26268ms·rows 0isError=true
Error
Error: Source authentication failed (401)
Detail: {"message":"A JSON web token could not be decoded","documentation_url":"https://docs.github.com/rest","status":"401"} [GET] https://api.github.com/app/hook/deliveries
Hint: Credentials for this source are invalid or expired. Re-install it to refresh: `coral source add github` for bundled sources, or `coral source add --file <manifest-path>` for imported sources.
trial 2·28734ms·rows 0isError=true
Error
Error: Source authentication failed (401)
Detail: {"message":"A JSON web token could not be decoded","documentation_url":"https://docs.github.com/rest","status":"401"} [GET] https://api.github.com/app/hook/deliveries
Hint: Credentials for this source are invalid or expired. Re-install it to refresh: `coral source add github` for bundled sources, or `coral source add --file <manifest-path>` for imported sources.
edge2 trials
min 26450ms · median 27462ms · max 28474ms · rows 0,0

edge: larger limit, no filters

Command
SELECT * FROM github.app_hook_deliveries LIMIT 200
Trials + output
trial 1·26450ms·rows 0isError=true
Error
Error: Source authentication failed (401)
Detail: {"message":"A JSON web token could not be decoded","documentation_url":"https://docs.github.com/rest","status":"401"} [GET] https://api.github.com/app/hook/deliveries
Hint: Credentials for this source are invalid or expired. Re-install it to refresh: `coral source add github` for bundled sources, or `coral source add --file <manifest-path>` for imported sources.
trial 2·28474ms·rows 0isError=true
Error
Error: Source authentication failed (401)
Detail: {"message":"A JSON web token could not be decoded","documentation_url":"https://docs.github.com/rest","status":"401"} [GET] https://api.github.com/app/hook/deliveries
Hint: Credentials for this source are invalid or expired. Re-install it to refresh: `coral source add github` for bundled sources, or `coral source add --file <manifest-path>` for imported sources.

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
minimalt127930ms0error
minimalt224278ms0error
realistict126268ms0error
realistict228734ms0error
edget126450ms0error
edget228474ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:29:29Z
JSON record: reports/github/tables/app_hook_deliveries.json
first_run_at: 2026-08-31T05:29:29Z
last_retried_at: 2026-08-31T05:29:29Z
retry_count: 0
View version history →