github source

github.user_event_orgs

fail

List organization events for the authenticated user

Requires username and org. Large organizations can return many rows; narrow by one scoping filter before broad scans.

username, org captured 2026-08-31 09:12:34Zmedian 27820 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
minimal228265 ms28899 ms29533 ms[0, 0]2
realistic227336 ms27820 ms28305 ms[0, 0]2
edge225947 ms26752 ms27557 ms[0, 0]2

Latency per trial

minimalmedian 28899ms
t129533mst228265ms
scale: 0–29533 ms
realisticmedian 27820ms
t127336mst228305ms
scale: 0–28305 ms
edgemedian 26752ms
t125947mst227557ms
scale: 0–27557 ms

Probe variants — every command + output

minimal2 trials
min 28265ms · median 28899ms · max 29533ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.user_event_orgs WHERE username = 'FiscalMindset' AND org = 'opencode' LIMIT 1
Trials + output
trial 1·29533ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user","status":"404"} [GET] https://api.github.com/users/FiscalMindset/events/orgs/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28265ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user","status":"404"} [GET] https://api.github.com/users/FiscalMindset/events/orgs/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 27336ms · median 27820ms · max 28305ms · rows 0,0

typical user query

Command
SELECT * FROM github.user_event_orgs WHERE username = 'FiscalMindset' AND org = 'opencode' LIMIT 25
Trials + output
trial 1·27336ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user","status":"404"} [GET] https://api.github.com/users/FiscalMindset/events/orgs/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·28305ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user","status":"404"} [GET] https://api.github.com/users/FiscalMindset/events/orgs/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 25947ms · median 26752ms · max 27557ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.user_event_orgs WHERE username = 'FiscalMindset' AND org = 'opencode' LIMIT 200
Trials + output
trial 1·25947ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user","status":"404"} [GET] https://api.github.com/users/FiscalMindset/events/orgs/opencode
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·27557ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user","status":"404"} [GET] https://api.github.com/users/FiscalMindset/events/orgs/opencode
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
minimalt129533ms0error
minimalt228265ms0error
realistict127336ms0error
realistict228305ms0error
edget125947ms0error
edget227557ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T09:12:34Z
JSON record: reports/github/tables/user_event_orgs.json
first_run_at: 2026-08-31T09:12:34Z
last_retried_at: 2026-08-31T09:12:34Z
retry_count: 0
View version history →