github source

github.memberships

fail

Get team membership for a user (Legacy)

Use this legacy table when you already have the numeric team_id. Requires team_id and username. If you only know org and team_slug, use github.org_team_memberships instead.

team_id, username captured 2026-08-31 06:40:18Zmedian 36726 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
minimal243366 ms45603 ms47841 ms[0, 0]2
realistic231557 ms36726 ms41895 ms[0, 0]2
edge230273 ms35297 ms40321 ms[0, 0]2

Latency per trial

minimalmedian 45603ms
t147841mst243366ms
scale: 0–47841 ms
realisticmedian 36726ms
t131557mst241895ms
scale: 0–41895 ms
edgemedian 35297ms
t140321mst230273ms
scale: 0–40321 ms

Probe variants — every command + output

minimal2 trials
min 43366ms · median 45603ms · max 47841ms · rows 0,0

smallest valid query

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

typical user query

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

edge: larger limit

Command
SELECT * FROM github.memberships WHERE team_id = '1' AND username = 'FiscalMindset' LIMIT 200
Trials + output
trial 1·40321ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy","status":"404"} [GET] https://api.github.com/teams/1/memberships/FiscalMindset
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·30273ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy","status":"404"} [GET] https://api.github.com/teams/1/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
minimalt147841ms0error
minimalt243366ms0error
realistict131557ms0error
realistict241895ms0error
edget140321ms0error
edget230273ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:40:18Z
JSON record: reports/github/tables/memberships.json
first_run_at: 2026-08-31T06:40:18Z
last_retried_at: 2026-08-31T06:40:18Z
retry_count: 0
View version history →