github source
pass
View version history →
github.user
passGet the authenticated user
Works without WHERE filters. The default route returns the current authenticated user. Most useful optional filters: account_id. Add account_id to jump from the default route to a specific record lookup. For the current token's user profile, github.authenticated_user is the shorter alias.
no filters captured 2026-08-31 09:08:56Zmedian 28133 ms
Verdict: TRUE
All variants returned rows on ≥2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 27797 ms | 28524 ms | 29251 ms | [1, 1] | 0 |
| realistic | 2 | 27942 ms | 28133 ms | 28324 ms | [1, 1] | 0 |
| edge | 2 | 28782 ms | 29522 ms | 30263 ms | [1, 1] | 0 |
Latency per trial
minimalmedian 28524ms
scale: 0–29251 ms
realisticmedian 28133ms
scale: 0–28324 ms
edgemedian 29522ms
scale: 0–30263 ms
Probe variants — every command + output
minimal
2 trialsmin 27797ms · median 28524ms · max 29251ms · rows 1,1
smallest valid query (no filters)
Command
SELECT * FROM github.user LIMIT 1Trials + output
trial 1·29251ms·rows 1isError=false
First row (click to expand JSON)
{
"account_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/254638087?v=4",
"bio": "Self-taught AI engineer",
"blog": "https://algsoch.onrender.com",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "2026-01-13T08:45:13Z",
"disk_usage": "",
"email": "algsoch@gmail.com",
"events_url": "https://api.github.com/users/FiscalMindset/events{/privacy}",
"followers": "11",
"followers_url": "https://api.github.com/users/FiscalMindset/followers",
"following": "10",
"following_url": "https://api.github.com/users/FiscalMindset/following{/other_user}",
"gists_url": "https://api.github.com/users/FiscalMindset/gists{/gist_id}",
"gravatar_id": "",
"hireable": "true",
"html_url": "https://github.com/FiscalMindset",
"id": "254638087",
"ldap_dn": "",
"location": "Ghevra, New Delhi 110081",
"login": "FiscalMindset",
"name": "vicky kumar",
"node_id": "U_kgDODy14Bw",
"notification_email": "algsoch@gmail.com",
"organizations_url": "https://api.github.com/users/FiscalMindset/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "0",
"public_repos": "32",
"received_events_url": "https://api.github.com/users/FiscalMindset/received_events",
"repos_url": "https://api.github.com/users/FiscalMindset/repos",
"site_admin": "false",
"starred_url": "https://api.github.com/users/FiscalMindset/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FiscalMindset/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "2026-08-30T05:06:33Z",
"url": "https://api.github.com/users/FiscalMindset",
"user_view_type": "public"
}columns (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
trial 2·27797ms·rows 1isError=false
First row (click to expand JSON)
{
"account_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/254638087?v=4",
"bio": "Self-taught AI engineer",
"blog": "https://algsoch.onrender.com",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "2026-01-13T08:45:13Z",
"disk_usage": "",
"email": "algsoch@gmail.com",
"events_url": "https://api.github.com/users/FiscalMindset/events{/privacy}",
"followers": "11",
"followers_url": "https://api.github.com/users/FiscalMindset/followers",
"following": "10",
"following_url": "https://api.github.com/users/FiscalMindset/following{/other_user}",
"gists_url": "https://api.github.com/users/FiscalMindset/gists{/gist_id}",
"gravatar_id": "",
"hireable": "true",
"html_url": "https://github.com/FiscalMindset",
"id": "254638087",
"ldap_dn": "",
"location": "Ghevra, New Delhi 110081",
"login": "FiscalMindset",
"name": "vicky kumar",
"node_id": "U_kgDODy14Bw",
"notification_email": "algsoch@gmail.com",
"organizations_url": "https://api.github.com/users/FiscalMindset/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "0",
"public_repos": "32",
"received_events_url": "https://api.github.com/users/FiscalMindset/received_events",
"repos_url": "https://api.github.com/users/FiscalMindset/repos",
"site_admin": "false",
"starred_url": "https://api.github.com/users/FiscalMindset/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FiscalMindset/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "2026-08-30T05:06:33Z",
"url": "https://api.github.com/users/FiscalMindset",
"user_view_type": "public"
}columns (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
realistic
2 trialsmin 27942ms · median 28133ms · max 28324ms · rows 1,1
typical user query (no filters)
Command
SELECT * FROM github.user LIMIT 25Trials + output
trial 1·27942ms·rows 1isError=false
First row (click to expand JSON)
{
"account_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/254638087?v=4",
"bio": "Self-taught AI engineer",
"blog": "https://algsoch.onrender.com",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "2026-01-13T08:45:13Z",
"disk_usage": "",
"email": "algsoch@gmail.com",
"events_url": "https://api.github.com/users/FiscalMindset/events{/privacy}",
"followers": "11",
"followers_url": "https://api.github.com/users/FiscalMindset/followers",
"following": "10",
"following_url": "https://api.github.com/users/FiscalMindset/following{/other_user}",
"gists_url": "https://api.github.com/users/FiscalMindset/gists{/gist_id}",
"gravatar_id": "",
"hireable": "true",
"html_url": "https://github.com/FiscalMindset",
"id": "254638087",
"ldap_dn": "",
"location": "Ghevra, New Delhi 110081",
"login": "FiscalMindset",
"name": "vicky kumar",
"node_id": "U_kgDODy14Bw",
"notification_email": "algsoch@gmail.com",
"organizations_url": "https://api.github.com/users/FiscalMindset/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "0",
"public_repos": "32",
"received_events_url": "https://api.github.com/users/FiscalMindset/received_events",
"repos_url": "https://api.github.com/users/FiscalMindset/repos",
"site_admin": "false",
"starred_url": "https://api.github.com/users/FiscalMindset/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FiscalMindset/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "2026-08-30T05:06:33Z",
"url": "https://api.github.com/users/FiscalMindset",
"user_view_type": "public"
}columns (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
trial 2·28324ms·rows 1isError=false
First row (click to expand JSON)
{
"account_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/254638087?v=4",
"bio": "Self-taught AI engineer",
"blog": "https://algsoch.onrender.com",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "2026-01-13T08:45:13Z",
"disk_usage": "",
"email": "algsoch@gmail.com",
"events_url": "https://api.github.com/users/FiscalMindset/events{/privacy}",
"followers": "11",
"followers_url": "https://api.github.com/users/FiscalMindset/followers",
"following": "10",
"following_url": "https://api.github.com/users/FiscalMindset/following{/other_user}",
"gists_url": "https://api.github.com/users/FiscalMindset/gists{/gist_id}",
"gravatar_id": "",
"hireable": "true",
"html_url": "https://github.com/FiscalMindset",
"id": "254638087",
"ldap_dn": "",
"location": "Ghevra, New Delhi 110081",
"login": "FiscalMindset",
"name": "vicky kumar",
"node_id": "U_kgDODy14Bw",
"notification_email": "algsoch@gmail.com",
"organizations_url": "https://api.github.com/users/FiscalMindset/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "0",
"public_repos": "32",
"received_events_url": "https://api.github.com/users/FiscalMindset/received_events",
"repos_url": "https://api.github.com/users/FiscalMindset/repos",
"site_admin": "false",
"starred_url": "https://api.github.com/users/FiscalMindset/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FiscalMindset/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "2026-08-30T05:06:33Z",
"url": "https://api.github.com/users/FiscalMindset",
"user_view_type": "public"
}columns (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
edge
2 trialsmin 28782ms · median 29522ms · max 30263ms · rows 1,1
edge: larger limit, no filters
Command
SELECT * FROM github.user LIMIT 200Trials + output
trial 1·28782ms·rows 1isError=false
First row (click to expand JSON)
{
"account_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/254638087?v=4",
"bio": "Self-taught AI engineer",
"blog": "https://algsoch.onrender.com",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "2026-01-13T08:45:13Z",
"disk_usage": "",
"email": "algsoch@gmail.com",
"events_url": "https://api.github.com/users/FiscalMindset/events{/privacy}",
"followers": "11",
"followers_url": "https://api.github.com/users/FiscalMindset/followers",
"following": "10",
"following_url": "https://api.github.com/users/FiscalMindset/following{/other_user}",
"gists_url": "https://api.github.com/users/FiscalMindset/gists{/gist_id}",
"gravatar_id": "",
"hireable": "true",
"html_url": "https://github.com/FiscalMindset",
"id": "254638087",
"ldap_dn": "",
"location": "Ghevra, New Delhi 110081",
"login": "FiscalMindset",
"name": "vicky kumar",
"node_id": "U_kgDODy14Bw",
"notification_email": "algsoch@gmail.com",
"organizations_url": "https://api.github.com/users/FiscalMindset/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "0",
"public_repos": "32",
"received_events_url": "https://api.github.com/users/FiscalMindset/received_events",
"repos_url": "https://api.github.com/users/FiscalMindset/repos",
"site_admin": "false",
"starred_url": "https://api.github.com/users/FiscalMindset/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FiscalMindset/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "2026-08-30T05:06:33Z",
"url": "https://api.github.com/users/FiscalMindset",
"user_view_type": "public"
}columns (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
trial 2·30263ms·rows 1isError=false
First row (click to expand JSON)
{
"account_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/254638087?v=4",
"bio": "Self-taught AI engineer",
"blog": "https://algsoch.onrender.com",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "2026-01-13T08:45:13Z",
"disk_usage": "",
"email": "algsoch@gmail.com",
"events_url": "https://api.github.com/users/FiscalMindset/events{/privacy}",
"followers": "11",
"followers_url": "https://api.github.com/users/FiscalMindset/followers",
"following": "10",
"following_url": "https://api.github.com/users/FiscalMindset/following{/other_user}",
"gists_url": "https://api.github.com/users/FiscalMindset/gists{/gist_id}",
"gravatar_id": "",
"hireable": "true",
"html_url": "https://github.com/FiscalMindset",
"id": "254638087",
"ldap_dn": "",
"location": "Ghevra, New Delhi 110081",
"login": "FiscalMindset",
"name": "vicky kumar",
"node_id": "U_kgDODy14Bw",
"notification_email": "algsoch@gmail.com",
"organizations_url": "https://api.github.com/users/FiscalMindset/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "0",
"public_repos": "32",
"received_events_url": "https://api.github.com/users/FiscalMindset/received_events",
"repos_url": "https://api.github.com/users/FiscalMindset/repos",
"site_admin": "false",
"starred_url": "https://api.github.com/users/FiscalMindset/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FiscalMindset/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "2026-08-30T05:06:33Z",
"url": "https://api.github.com/users/FiscalMindset",
"user_view_type": "public"
}columns (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
All returned rowsacross all non-errored trials · filterable · paginated
6 rows stored · 6 returned · page 1/1
| 1 | 0 | — | https://avatars.githubusercontent.com/u/254638087?v=4 | Self-taught AI engineer | https://algsoch.onrender.com | — | — | — | 2026-01-13T08:45:13Z | — | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/events{/privacy} | 11 | https://api.github.com/users/FiscalMindset/followers | 10 | https://api.github.com/users/FiscalMindset/following{/other_user} | https://api.github.com/users/FiscalMindset/gists{/gist_id} | — | true | https://github.com/FiscalMindset | 254638087 | — | Ghevra, New Delhi 110081 | FiscalMindset | vicky kumar | U_kgDODy14Bw | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/orgs | — | — | — | — | — | — | — | 0 | 32 | https://api.github.com/users/FiscalMindset/received_events | https://api.github.com/users/FiscalMindset/repos | false | https://api.github.com/users/FiscalMindset/starred{/owner}{/repo} | https://api.github.com/users/FiscalMindset/subscriptions | — | — | — | User | 2026-08-30T05:06:33Z | https://api.github.com/users/FiscalMindset | public |
| 2 | 1 | — | https://avatars.githubusercontent.com/u/254638087?v=4 | Self-taught AI engineer | https://algsoch.onrender.com | — | — | — | 2026-01-13T08:45:13Z | — | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/events{/privacy} | 11 | https://api.github.com/users/FiscalMindset/followers | 10 | https://api.github.com/users/FiscalMindset/following{/other_user} | https://api.github.com/users/FiscalMindset/gists{/gist_id} | — | true | https://github.com/FiscalMindset | 254638087 | — | Ghevra, New Delhi 110081 | FiscalMindset | vicky kumar | U_kgDODy14Bw | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/orgs | — | — | — | — | — | — | — | 0 | 32 | https://api.github.com/users/FiscalMindset/received_events | https://api.github.com/users/FiscalMindset/repos | false | https://api.github.com/users/FiscalMindset/starred{/owner}{/repo} | https://api.github.com/users/FiscalMindset/subscriptions | — | — | — | User | 2026-08-30T05:06:33Z | https://api.github.com/users/FiscalMindset | public |
| 1 | 2 | — | https://avatars.githubusercontent.com/u/254638087?v=4 | Self-taught AI engineer | https://algsoch.onrender.com | — | — | — | 2026-01-13T08:45:13Z | — | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/events{/privacy} | 11 | https://api.github.com/users/FiscalMindset/followers | 10 | https://api.github.com/users/FiscalMindset/following{/other_user} | https://api.github.com/users/FiscalMindset/gists{/gist_id} | — | true | https://github.com/FiscalMindset | 254638087 | — | Ghevra, New Delhi 110081 | FiscalMindset | vicky kumar | U_kgDODy14Bw | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/orgs | — | — | — | — | — | — | — | 0 | 32 | https://api.github.com/users/FiscalMindset/received_events | https://api.github.com/users/FiscalMindset/repos | false | https://api.github.com/users/FiscalMindset/starred{/owner}{/repo} | https://api.github.com/users/FiscalMindset/subscriptions | — | — | — | User | 2026-08-30T05:06:33Z | https://api.github.com/users/FiscalMindset | public |
| 2 | 3 | — | https://avatars.githubusercontent.com/u/254638087?v=4 | Self-taught AI engineer | https://algsoch.onrender.com | — | — | — | 2026-01-13T08:45:13Z | — | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/events{/privacy} | 11 | https://api.github.com/users/FiscalMindset/followers | 10 | https://api.github.com/users/FiscalMindset/following{/other_user} | https://api.github.com/users/FiscalMindset/gists{/gist_id} | — | true | https://github.com/FiscalMindset | 254638087 | — | Ghevra, New Delhi 110081 | FiscalMindset | vicky kumar | U_kgDODy14Bw | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/orgs | — | — | — | — | — | — | — | 0 | 32 | https://api.github.com/users/FiscalMindset/received_events | https://api.github.com/users/FiscalMindset/repos | false | https://api.github.com/users/FiscalMindset/starred{/owner}{/repo} | https://api.github.com/users/FiscalMindset/subscriptions | — | — | — | User | 2026-08-30T05:06:33Z | https://api.github.com/users/FiscalMindset | public |
| 1 | 4 | — | https://avatars.githubusercontent.com/u/254638087?v=4 | Self-taught AI engineer | https://algsoch.onrender.com | — | — | — | 2026-01-13T08:45:13Z | — | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/events{/privacy} | 11 | https://api.github.com/users/FiscalMindset/followers | 10 | https://api.github.com/users/FiscalMindset/following{/other_user} | https://api.github.com/users/FiscalMindset/gists{/gist_id} | — | true | https://github.com/FiscalMindset | 254638087 | — | Ghevra, New Delhi 110081 | FiscalMindset | vicky kumar | U_kgDODy14Bw | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/orgs | — | — | — | — | — | — | — | 0 | 32 | https://api.github.com/users/FiscalMindset/received_events | https://api.github.com/users/FiscalMindset/repos | false | https://api.github.com/users/FiscalMindset/starred{/owner}{/repo} | https://api.github.com/users/FiscalMindset/subscriptions | — | — | — | User | 2026-08-30T05:06:33Z | https://api.github.com/users/FiscalMindset | public |
| 2 | 5 | — | https://avatars.githubusercontent.com/u/254638087?v=4 | Self-taught AI engineer | https://algsoch.onrender.com | — | — | — | 2026-01-13T08:45:13Z | — | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/events{/privacy} | 11 | https://api.github.com/users/FiscalMindset/followers | 10 | https://api.github.com/users/FiscalMindset/following{/other_user} | https://api.github.com/users/FiscalMindset/gists{/gist_id} | — | true | https://github.com/FiscalMindset | 254638087 | — | Ghevra, New Delhi 110081 | FiscalMindset | vicky kumar | U_kgDODy14Bw | algsoch@gmail.com | https://api.github.com/users/FiscalMindset/orgs | — | — | — | — | — | — | — | 0 | 32 | https://api.github.com/users/FiscalMindset/received_events | https://api.github.com/users/FiscalMindset/repos | false | https://api.github.com/users/FiscalMindset/starred{/owner}{/repo} | https://api.github.com/users/FiscalMindset/subscriptions | — | — | — | User | 2026-08-30T05:06:33Z | https://api.github.com/users/FiscalMindset | public |
Column profile
48 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 | account_id | — | 0 | 6 | empty |
| 2 | avatar_url | string | 6 | 0 | "https://avatars.githubusercontent.com/u/254638087?v=4" |
| 3 | bio | string | 6 | 0 | "Self-taught AI engineer" |
| 4 | blog | string | 6 | 0 | "https://algsoch.onrender.com" |
| 5 | business_plus | — | 0 | 6 | empty |
| 6 | collaborators | — | 0 | 6 | empty |
| 7 | company | — | 0 | 6 | empty |
| 8 | created_at | string | 6 | 0 | "2026-01-13T08:45:13Z" |
| 9 | disk_usage | — | 0 | 6 | empty |
| 10 | string | 6 | 0 | "algsoch@gmail.com" | |
| 11 | events_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/events{/privacy}" |
| 12 | followers | string | 6 | 0 | "11" |
| 13 | followers_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/followers" |
| 14 | following | string | 6 | 0 | "10" |
| 15 | following_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/following{/other_" |
| 16 | gists_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/gists{/gist_id}" |
| 17 | gravatar_id | — | 0 | 6 | empty |
| 18 | hireable | string | 6 | 0 | "true" |
| 19 | html_url | string | 6 | 0 | "https://github.com/FiscalMindset" |
| 20 | id | string | 6 | 0 | "254638087" |
| 21 | ldap_dn | — | 0 | 6 | empty |
| 22 | location | string | 6 | 0 | "Ghevra, New Delhi 110081" |
| 23 | login | string | 6 | 0 | "FiscalMindset" |
| 24 | name | string | 6 | 0 | "vicky kumar" |
| 25 | node_id | string | 6 | 0 | "U_kgDODy14Bw" |
| 26 | notification_email | string | 6 | 0 | "algsoch@gmail.com" |
| 27 | organizations_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/orgs" |
| 28 | owned_private_repos | — | 0 | 6 | empty |
| 29 | plan | — | 0 | 6 | empty |
| 30 | plan__collaborators | — | 0 | 6 | empty |
| 31 | plan__name | — | 0 | 6 | empty |
| 32 | plan__private_repos | — | 0 | 6 | empty |
| 33 | plan__space | — | 0 | 6 | empty |
| 34 | private_gists | — | 0 | 6 | empty |
| 35 | public_gists | string | 6 | 0 | "0" |
| 36 | public_repos | string | 6 | 0 | "32" |
| 37 | received_events_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/received_events" |
| 38 | repos_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/repos" |
| 39 | site_admin | string | 6 | 0 | "false" |
| 40 | starred_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/starred{/owner}{/" |
| 41 | subscriptions_url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset/subscriptions" |
| 42 | total_private_repos | — | 0 | 6 | empty |
| 43 | twitter_username | — | 0 | 6 | empty |
| 44 | two_factor_authentication | — | 0 | 6 | empty |
| 45 | type | string | 6 | 0 | "User" |
| 46 | updated_at | string | 6 | 0 | "2026-08-30T05:06:33Z" |
| 47 | url | string | 6 | 0 | "https://api.github.com/users/FiscalMindset" |
| 48 | user_view_type | string | 6 | 0 | "public" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 29251ms | 1 | ok | account_id, avatar_url, bio |
| minimal | t2 | 27797ms | 1 | ok | account_id, avatar_url, bio |
| realistic | t1 | 27942ms | 1 | ok | account_id, avatar_url, bio |
| realistic | t2 | 28324ms | 1 | ok | account_id, avatar_url, bio |
| edge | t1 | 28782ms | 1 | ok | account_id, avatar_url, bio |
| edge | t2 | 30263ms | 1 | ok | account_id, avatar_url, bio |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Works without WHERE filters. The default route returns the current authenticated user. Most useful optional filters: account_id. Add account_id to jump from the default route to a specific record lookup. For the current token's user profile, github.authenticated_user is the shorter alias.Columns coral returned (48)
account_idavatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_type
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T09:08:56ZJSON record:
reports/github/tables/user.jsonfirst_run_at:
2026-08-31T09:08:56Zlast_retried_at:
2026-08-31T09:08:56Zretry_count:
0