github source

github.app_installations

fail

List installations for the authenticated app

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

no filters captured 2026-08-31 05:29:29Zmedian 27804 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
minimal224486 ms26133 ms27781 ms[0, 0]2
realistic226438 ms27804 ms29171 ms[0, 0]2
edge226183 ms26994 ms27805 ms[0, 0]2

Latency per trial

minimalmedian 26133ms
t127781mst224486ms
scale: 0–27781 ms
realisticmedian 27804ms
t126438mst229171ms
scale: 0–29171 ms
edgemedian 26994ms
t126183mst227805ms
scale: 0–27805 ms

Probe variants — every command + output

minimal2 trials
min 24486ms · median 26133ms · max 27781ms · rows 0,0

smallest valid query (no filters)

Command
SELECT * FROM github.app_installations LIMIT 1
Trials + output
trial 1·27781ms·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/installations
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·24486ms·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/installations
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 26438ms · median 27804ms · max 29171ms · rows 0,0

typical user query (no filters)

Command
SELECT * FROM github.app_installations LIMIT 25
Trials + output
trial 1·26438ms·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/installations
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·29171ms·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/installations
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 26183ms · median 26994ms · max 27805ms · rows 0,0

edge: larger limit, no filters

Command
SELECT * FROM github.app_installations LIMIT 200
Trials + output
trial 1·26183ms·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/installations
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·27805ms·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/installations
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
minimalt127781ms0error
minimalt224486ms0error
realistict126438ms0error
realistict229171ms0error
edget126183ms0error
edget227805ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:29:29Z
JSON record: reports/github/tables/app_installations.json
first_run_at: 2026-08-31T05:29:29Z
last_retried_at: 2026-08-31T05:29:29Z
retry_count: 0
View version history →