github source

github.org_memberships

fail

Get organization membership for a user

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

org, username captured 2026-08-31 07:13:00Zmedian 40909 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
minimal236254 ms36500 ms36746 ms[0, 0]2
realistic239249 ms40909 ms42570 ms[0, 0]2
edge239954 ms41140 ms42326 ms[0, 0]2

Latency per trial

minimalmedian 36500ms
t136746mst236254ms
scale: 0–36746 ms
realisticmedian 40909ms
t139249mst242570ms
scale: 0–42570 ms
edgemedian 41140ms
t142326mst239954ms
scale: 0–42326 ms

Probe variants — every command + output

minimal2 trials
min 36254ms · median 36500ms · max 36746ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.org_memberships WHERE org = 'opencode' AND username = 'FiscalMindset' LIMIT 1
Trials + output
trial 1·36746ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user","status":"404"} [GET] https://api.github.com/orgs/opencode/memberships/FiscalMindset
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·36254ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user","status":"404"} [GET] https://api.github.com/orgs/opencode/memberships/FiscalMindset
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 39249ms · median 40909ms · max 42570ms · rows 0,0

typical user query

Command
SELECT * FROM github.org_memberships WHERE org = 'opencode' AND username = 'FiscalMindset' LIMIT 25
Trials + output
trial 1·39249ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user","status":"404"} [GET] https://api.github.com/orgs/opencode/memberships/FiscalMindset
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·42570ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user","status":"404"} [GET] https://api.github.com/orgs/opencode/memberships/FiscalMindset
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 39954ms · median 41140ms · max 42326ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.org_memberships WHERE org = 'opencode' AND username = 'FiscalMindset' LIMIT 200
Trials + output
trial 1·42326ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user","status":"404"} [GET] https://api.github.com/orgs/opencode/memberships/FiscalMindset
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·39954ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user","status":"404"} [GET] https://api.github.com/orgs/opencode/memberships/FiscalMindset
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
minimalt136746ms0error
minimalt236254ms0error
realistict139249ms0error
realistict242570ms0error
edget142326ms0error
edget239954ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:13:00Z
JSON record: reports/github/tables/org_memberships.json
first_run_at: 2026-08-31T07:13:00Z
last_retried_at: 2026-08-31T07:13:00Z
retry_count: 0
View version history →