github source
pass
View version history →
github.authenticated_user
passGet the authenticated user
Works without WHERE filters. Alias for the current token's user profile; use github.user when you need the broader generated user table or the account_id lookup route.
no filters captured 2026-08-31 05:35:07Zmedian 27531 ms
Verdict: TRUE
All variants returned rows on ≥2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 26778 ms | 28151 ms | 29525 ms | [1, 1] | 0 |
| realistic | 2 | 24255 ms | 27531 ms | 30807 ms | [1, 1] | 0 |
| edge | 2 | 23392 ms | 25644 ms | 27897 ms | [1, 1] | 0 |
Latency per trial
minimalmedian 28151ms
scale: 0–29525 ms
realisticmedian 27531ms
scale: 0–30807 ms
edgemedian 25644ms
scale: 0–27897 ms
Probe variants — every command + output
minimal
2 trialsmin 26778ms · median 28151ms · max 29525ms · rows 1,1
smallest valid query (no filters)
Command
SELECT * FROM github.authenticated_user LIMIT 1Trials + output
trial 1·29525ms·rows 1isError=false
First row (click to expand JSON)
{
"login": "FiscalMindset",
"id": "254638087",
"node_id": "U_kgDODy14Bw",
"name": "vicky kumar",
"email": "algsoch@gmail.com",
"html_url": "https://github.com/FiscalMindset",
"type": "User",
"site_admin": "false",
"created_at": "2026-01-13T08:45:13Z",
"updated_at": "2026-08-30T05:06:33Z"
}columns (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
trial 2·26778ms·rows 1isError=false
First row (click to expand JSON)
{
"login": "FiscalMindset",
"id": "254638087",
"node_id": "U_kgDODy14Bw",
"name": "vicky kumar",
"email": "algsoch@gmail.com",
"html_url": "https://github.com/FiscalMindset",
"type": "User",
"site_admin": "false",
"created_at": "2026-01-13T08:45:13Z",
"updated_at": "2026-08-30T05:06:33Z"
}columns (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
realistic
2 trialsmin 24255ms · median 27531ms · max 30807ms · rows 1,1
typical user query (no filters)
Command
SELECT * FROM github.authenticated_user LIMIT 25Trials + output
trial 1·30807ms·rows 1isError=false
First row (click to expand JSON)
{
"login": "FiscalMindset",
"id": "254638087",
"node_id": "U_kgDODy14Bw",
"name": "vicky kumar",
"email": "algsoch@gmail.com",
"html_url": "https://github.com/FiscalMindset",
"type": "User",
"site_admin": "false",
"created_at": "2026-01-13T08:45:13Z",
"updated_at": "2026-08-30T05:06:33Z"
}columns (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
trial 2·24255ms·rows 1isError=false
First row (click to expand JSON)
{
"login": "FiscalMindset",
"id": "254638087",
"node_id": "U_kgDODy14Bw",
"name": "vicky kumar",
"email": "algsoch@gmail.com",
"html_url": "https://github.com/FiscalMindset",
"type": "User",
"site_admin": "false",
"created_at": "2026-01-13T08:45:13Z",
"updated_at": "2026-08-30T05:06:33Z"
}columns (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
edge
2 trialsmin 23392ms · median 25644ms · max 27897ms · rows 1,1
edge: larger limit, no filters
Command
SELECT * FROM github.authenticated_user LIMIT 200Trials + output
trial 1·23392ms·rows 1isError=false
First row (click to expand JSON)
{
"login": "FiscalMindset",
"id": "254638087",
"node_id": "U_kgDODy14Bw",
"name": "vicky kumar",
"email": "algsoch@gmail.com",
"html_url": "https://github.com/FiscalMindset",
"type": "User",
"site_admin": "false",
"created_at": "2026-01-13T08:45:13Z",
"updated_at": "2026-08-30T05:06:33Z"
}columns (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
trial 2·27897ms·rows 1isError=false
First row (click to expand JSON)
{
"login": "FiscalMindset",
"id": "254638087",
"node_id": "U_kgDODy14Bw",
"name": "vicky kumar",
"email": "algsoch@gmail.com",
"html_url": "https://github.com/FiscalMindset",
"type": "User",
"site_admin": "false",
"created_at": "2026-01-13T08:45:13Z",
"updated_at": "2026-08-30T05:06:33Z"
}columns (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
All returned rowsacross all non-errored trials · filterable · paginated
6 rows stored · 6 returned · page 1/1
| 1 | 0 | FiscalMindset | 254638087 | U_kgDODy14Bw | vicky kumar | algsoch@gmail.com | https://github.com/FiscalMindset | User | false | 2026-01-13T08:45:13Z | 2026-08-30T05:06:33Z |
| 2 | 1 | FiscalMindset | 254638087 | U_kgDODy14Bw | vicky kumar | algsoch@gmail.com | https://github.com/FiscalMindset | User | false | 2026-01-13T08:45:13Z | 2026-08-30T05:06:33Z |
| 1 | 2 | FiscalMindset | 254638087 | U_kgDODy14Bw | vicky kumar | algsoch@gmail.com | https://github.com/FiscalMindset | User | false | 2026-01-13T08:45:13Z | 2026-08-30T05:06:33Z |
| 2 | 3 | FiscalMindset | 254638087 | U_kgDODy14Bw | vicky kumar | algsoch@gmail.com | https://github.com/FiscalMindset | User | false | 2026-01-13T08:45:13Z | 2026-08-30T05:06:33Z |
| 1 | 4 | FiscalMindset | 254638087 | U_kgDODy14Bw | vicky kumar | algsoch@gmail.com | https://github.com/FiscalMindset | User | false | 2026-01-13T08:45:13Z | 2026-08-30T05:06:33Z |
| 2 | 5 | FiscalMindset | 254638087 | U_kgDODy14Bw | vicky kumar | algsoch@gmail.com | https://github.com/FiscalMindset | User | false | 2026-01-13T08:45:13Z | 2026-08-30T05:06:33Z |
Column profile
10 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | login | string | 6 | 0 | "FiscalMindset" |
| 2 | id | string | 6 | 0 | "254638087" |
| 3 | node_id | string | 6 | 0 | "U_kgDODy14Bw" |
| 4 | name | string | 6 | 0 | "vicky kumar" |
| 5 | string | 6 | 0 | "algsoch@gmail.com" | |
| 6 | html_url | string | 6 | 0 | "https://github.com/FiscalMindset" |
| 7 | type | string | 6 | 0 | "User" |
| 8 | site_admin | string | 6 | 0 | "false" |
| 9 | created_at | string | 6 | 0 | "2026-01-13T08:45:13Z" |
| 10 | updated_at | string | 6 | 0 | "2026-08-30T05:06:33Z" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 29525ms | 1 | ok | login, id, node_id |
| minimal | t2 | 26778ms | 1 | ok | login, id, node_id |
| realistic | t1 | 30807ms | 1 | ok | login, id, node_id |
| realistic | t2 | 24255ms | 1 | ok | login, id, node_id |
| edge | t1 | 23392ms | 1 | ok | login, id, node_id |
| edge | t2 | 27897ms | 1 | ok | login, id, node_id |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Works without WHERE filters. Alias for the current token's user profile; use github.user when you need the broader generated user table or the account_id lookup route.Columns coral returned (10)
loginidnode_idnameemailhtml_urltypesite_admincreated_atupdated_at
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:35:07ZJSON record:
reports/github/tables/authenticated_user.jsonfirst_run_at:
2026-08-31T05:35:07Zlast_retried_at:
2026-08-31T05:35:07Zretry_count:
0