github source

github.accounts

fail

List accounts for a plan

Requires plan_id. Most useful optional filters: sort, direction. Use LIMIT for spot checks; large result sets paginate quickly.

plan_id captured 2026-08-31 05:24:01Zmedian 23207 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
minimal29543 ms15264 ms20986 ms[0, 0]2
realistic220501 ms23207 ms25913 ms[0, 0]2
edge232220 ms32916 ms33612 ms[0, 0]2

Latency per trial

minimalmedian 15264ms
t120986mst29543ms
scale: 0–20986 ms
realisticmedian 23207ms
t120501mst225913ms
scale: 0–25913 ms
edgemedian 32916ms
t133612mst232220ms
scale: 0–33612 ms

Probe variants — every command + output

minimal2 trials
min 9543ms · median 15264ms · max 20986ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.accounts WHERE plan_id = '1' LIMIT 1
Trials + output
trial 1·20986ms·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/marketplace_listing/stubbed/plans/1/accounts
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·9543ms·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/marketplace_listing/stubbed/plans/1/accounts
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 20501ms · median 23207ms · max 25913ms · rows 0,0

typical user query

Command
SELECT * FROM github.accounts WHERE plan_id = '1' LIMIT 25
Trials + output
trial 1·20501ms·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/marketplace_listing/stubbed/plans/1/accounts
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·25913ms·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/marketplace_listing/stubbed/plans/1/accounts
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 32220ms · median 32916ms · max 33612ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.accounts WHERE plan_id = '1' LIMIT 200
Trials + output
trial 1·33612ms·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/marketplace_listing/stubbed/plans/1/accounts
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·32220ms·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/marketplace_listing/stubbed/plans/1/accounts
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
minimalt120986ms0error
minimalt29543ms0error
realistict120501ms0error
realistict225913ms0error
edget133612ms0error
edget232220ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:24:01Z
JSON record: reports/github/tables/accounts.json
first_run_at: 2026-08-31T05:17:48Z
last_retried_at: 2026-08-31T05:24:01Z
retry_count: 1
View version history →