github source
fail
View version history →
github.org_team_memberships
failGet organization team membership for a user
Requires org, team_slug, and username. Use this table when you know the organization and team slug. A missing membership returns an empty result instead of failing the query.
org, team_slug, username captured 2026-08-31 07:21:14Zmedian 36383 ms
Verdict: FALSE
All variants failed: 0 errors, 0 successful.
What to do
Probe returned 0 rows but no error
emptyEither the resource genuinely has no data for your filter values, or the SQL is returning an empty set silently.
Try: `SELECT COUNT(*) FROM github.org_team_memberships WHERE org='?' AND team_slug='?' AND username='?'`rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 41686 ms | 45562 ms | 49439 ms | [0, 0] | 0 |
| realistic | 2 | 35576 ms | 36383 ms | 37190 ms | [0, 0] | 0 |
| edge | 2 | 40584 ms | 42079 ms | 43574 ms | [0, 0] | 0 |
Latency per trial
minimalmedian 45562ms
scale: 0–49439 ms
realisticmedian 36383ms
scale: 0–37190 ms
edgemedian 42079ms
scale: 0–43574 ms
Probe variants — every command + output
minimal
2 trialsmin 41686ms · median 45562ms · max 49439ms · rows 0,0
smallest valid query
Command
SELECT * FROM github.org_team_memberships WHERE org = 'opencode' AND team_slug = '1' AND username = 'FiscalMindset' LIMIT 1Trials + output
trial 1·49439ms·rows 0isError=false
columns (6)
rolestateurlorgteam_slugusername
trial 2·41686ms·rows 0isError=false
columns (6)
rolestateurlorgteam_slugusername
realistic
2 trialsmin 35576ms · median 36383ms · max 37190ms · rows 0,0
typical user query
Command
SELECT * FROM github.org_team_memberships WHERE org = 'opencode' AND team_slug = '1' AND username = 'FiscalMindset' LIMIT 25Trials + output
trial 1·37190ms·rows 0isError=false
columns (6)
rolestateurlorgteam_slugusername
trial 2·35576ms·rows 0isError=false
columns (6)
rolestateurlorgteam_slugusername
edge
2 trialsmin 40584ms · median 42079ms · max 43574ms · rows 0,0
edge: larger limit
Command
SELECT * FROM github.org_team_memberships WHERE org = 'opencode' AND team_slug = '1' AND username = 'FiscalMindset' LIMIT 200Trials + output
trial 1·40584ms·rows 0isError=false
columns (6)
rolestateurlorgteam_slugusername
trial 2·43574ms·rows 0isError=false
columns (6)
rolestateurlorgteam_slugusername
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.
Column profile
6 columns actually returned by coral. Catalog claims "3 required filter(s)": "org, team_slug, username". Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | role | — | 0 | 0 | empty |
| 2 | state | — | 0 | 0 | empty |
| 3 | url | — | 0 | 0 | empty |
| 4 | org | — | 0 | 0 | empty |
| 5 | team_slug | — | 0 | 0 | empty |
| 6 | username | — | 0 | 0 | empty |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 49439ms | 0 | ok | — |
| minimal | t2 | 41686ms | 0 | ok | — |
| realistic | t1 | 37190ms | 0 | ok | — |
| realistic | t2 | 35576ms | 0 | ok | — |
| edge | t1 | 40584ms | 0 | ok | — |
| edge | t2 | 43574ms | 0 | ok | — |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Requires org, team_slug, and username. Use this table when you know the organization and team slug. A missing membership returns an empty result instead of failing the query.Columns coral returned (6)
rolestateurlorgteam_slugusername
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:21:14ZJSON record:
reports/github/tables/org_team_memberships.jsonfirst_run_at:
2026-08-31T07:21:14Zlast_retried_at:
2026-08-31T07:21:14Zretry_count:
0