github source

github.licenses

partial

Get all commonly used licenses

Works without WHERE filters. Most useful optional filters: featured, license. Use LIMIT for spot checks; large result sets paginate quickly.

no filters captured 2026-08-31 06:31:36Zmedian 41124 ms
Verdict: PARTIAL

1 errors across trials but 3 variants returned data.

What to do

Some variants failed
partial

Investigate which variants returned empty rows and which errored. The failing variant often has the missing filter shape.

Re-probe with smaller LIMIT to isolate the failing variant.
Unrecognized error
unknown

Inspect the raw error and add a rule to scripts/analyze_failures.py.

View the error under Probe variants → first trial → error block.
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal248317 ms48317 ms48317 ms[1, 0]1
realistic229816 ms41124 ms52433 ms[13, 13]0
edge239260 ms40959 ms42658 ms[13, 13]0

Latency per trial

minimalmedian 48317ms
t148317mst2-1ms
scale: 0–48317 ms
realisticmedian 41124ms
t129816mst252433ms
scale: 0–52433 ms
edgemedian 40959ms
t142658mst239260ms
scale: 0–42658 ms

Probe variants — every command + output

minimal2 trials
min 48317ms · median 48317ms · max 48317ms · rows 1,0

smallest valid query (no filters)

Command
SELECT * FROM github.licenses LIMIT 1
Trials + output
trial 1·48317ms·rows 1isError=false
First row (click to expand JSON)
{
  "body": "",
  "conditions": "",
  "description": "",
  "featured": "",
  "html_url": "",
  "implementation": "",
  "key": "agpl-3.0",
  "license": "",
  "limitations": "",
  "name": "GNU Affero General Public License v3.0",
  "node_id": "MDc6TGljZW5zZTE=",
  "permissions": "",
  "spdx_id": "AGPL-3.0",
  "url": "https://api.github.com/licenses/agpl-3.0"
}
columns (14)
bodyconditionsdescriptionfeaturedhtml_urlimplementationkeylicenselimitationsnamenode_idpermissionsspdx_idurl
trial 2·-1ms·rows 0isError=true
Error
timeout
realistic2 trials
min 29816ms · median 41124ms · max 52433ms · rows 13,13

typical user query (no filters)

Command
SELECT * FROM github.licenses LIMIT 25
Trials + output
trial 1·29816ms·rows 13isError=false
First row (click to expand JSON)
{
  "body": "",
  "conditions": "",
  "description": "",
  "featured": "",
  "html_url": "",
  "implementation": "",
  "key": "agpl-3.0",
  "license": "",
  "limitations": "",
  "name": "GNU Affero General Public License v3.0",
  "node_id": "MDc6TGljZW5zZTE=",
  "permissions": "",
  "spdx_id": "AGPL-3.0",
  "url": "https://api.github.com/licenses/agpl-3.0"
}
columns (14)
bodyconditionsdescriptionfeaturedhtml_urlimplementationkeylicenselimitationsnamenode_idpermissionsspdx_idurl
trial 2·52433ms·rows 13isError=false
First row (click to expand JSON)
{
  "body": "",
  "conditions": "",
  "description": "",
  "featured": "",
  "html_url": "",
  "implementation": "",
  "key": "agpl-3.0",
  "license": "",
  "limitations": "",
  "name": "GNU Affero General Public License v3.0",
  "node_id": "MDc6TGljZW5zZTE=",
  "permissions": "",
  "spdx_id": "AGPL-3.0",
  "url": "https://api.github.com/licenses/agpl-3.0"
}
columns (14)
bodyconditionsdescriptionfeaturedhtml_urlimplementationkeylicenselimitationsnamenode_idpermissionsspdx_idurl
edge2 trials
min 39260ms · median 40959ms · max 42658ms · rows 13,13

edge: larger limit, no filters

Command
SELECT * FROM github.licenses LIMIT 200
Trials + output
trial 1·42658ms·rows 13isError=false
First row (click to expand JSON)
{
  "body": "",
  "conditions": "",
  "description": "",
  "featured": "",
  "html_url": "",
  "implementation": "",
  "key": "agpl-3.0",
  "license": "",
  "limitations": "",
  "name": "GNU Affero General Public License v3.0",
  "node_id": "MDc6TGljZW5zZTE=",
  "permissions": "",
  "spdx_id": "AGPL-3.0",
  "url": "https://api.github.com/licenses/agpl-3.0"
}
columns (14)
bodyconditionsdescriptionfeaturedhtml_urlimplementationkeylicenselimitationsnamenode_idpermissionsspdx_idurl
trial 2·39260ms·rows 13isError=false
First row (click to expand JSON)
{
  "body": "",
  "conditions": "",
  "description": "",
  "featured": "",
  "html_url": "",
  "implementation": "",
  "key": "agpl-3.0",
  "license": "",
  "limitations": "",
  "name": "GNU Affero General Public License v3.0",
  "node_id": "MDc6TGljZW5zZTE=",
  "permissions": "",
  "spdx_id": "AGPL-3.0",
  "url": "https://api.github.com/licenses/agpl-3.0"
}
columns (14)
bodyconditionsdescriptionfeaturedhtml_urlimplementationkeylicenselimitationsnamenode_idpermissionsspdx_idurl

All returned rowsacross all non-errored trials · filterable · paginated

53 rows stored · 53 returned · page 1/3
10agpl-3.0GNU Affero General Public License v3.0MDc6TGljZW5zZTE=AGPL-3.0https://api.github.com/licenses/agpl-3.0
11agpl-3.0GNU Affero General Public License v3.0MDc6TGljZW5zZTE=AGPL-3.0https://api.github.com/licenses/agpl-3.0
12apache-2.0Apache License 2.0MDc6TGljZW5zZTI=Apache-2.0https://api.github.com/licenses/apache-2.0
13bsd-2-clauseBSD 2-Clause "Simplified" LicenseMDc6TGljZW5zZTQ=BSD-2-Clausehttps://api.github.com/licenses/bsd-2-clause
14bsd-3-clauseBSD 3-Clause "New" or "Revised" LicenseMDc6TGljZW5zZTU=BSD-3-Clausehttps://api.github.com/licenses/bsd-3-clause
15bsl-1.0Boost Software License 1.0MDc6TGljZW5zZTI4BSL-1.0https://api.github.com/licenses/bsl-1.0
16cc0-1.0Creative Commons Zero v1.0 UniversalMDc6TGljZW5zZTY=CC0-1.0https://api.github.com/licenses/cc0-1.0
17epl-2.0Eclipse Public License 2.0MDc6TGljZW5zZTMyEPL-2.0https://api.github.com/licenses/epl-2.0
18gpl-2.0GNU General Public License v2.0MDc6TGljZW5zZTg=GPL-2.0https://api.github.com/licenses/gpl-2.0
19gpl-3.0GNU General Public License v3.0MDc6TGljZW5zZTk=GPL-3.0https://api.github.com/licenses/gpl-3.0
110lgpl-2.1GNU Lesser General Public License v2.1MDc6TGljZW5zZTExLGPL-2.1https://api.github.com/licenses/lgpl-2.1
111mitMIT LicenseMDc6TGljZW5zZTEzMIThttps://api.github.com/licenses/mit
112mpl-2.0Mozilla Public License 2.0MDc6TGljZW5zZTE0MPL-2.0https://api.github.com/licenses/mpl-2.0
113unlicenseThe UnlicenseMDc6TGljZW5zZTE1Unlicensehttps://api.github.com/licenses/unlicense
214agpl-3.0GNU Affero General Public License v3.0MDc6TGljZW5zZTE=AGPL-3.0https://api.github.com/licenses/agpl-3.0
215apache-2.0Apache License 2.0MDc6TGljZW5zZTI=Apache-2.0https://api.github.com/licenses/apache-2.0
216bsd-2-clauseBSD 2-Clause "Simplified" LicenseMDc6TGljZW5zZTQ=BSD-2-Clausehttps://api.github.com/licenses/bsd-2-clause
217bsd-3-clauseBSD 3-Clause "New" or "Revised" LicenseMDc6TGljZW5zZTU=BSD-3-Clausehttps://api.github.com/licenses/bsd-3-clause
218bsl-1.0Boost Software License 1.0MDc6TGljZW5zZTI4BSL-1.0https://api.github.com/licenses/bsl-1.0
219cc0-1.0Creative Commons Zero v1.0 UniversalMDc6TGljZW5zZTY=CC0-1.0https://api.github.com/licenses/cc0-1.0
220epl-2.0Eclipse Public License 2.0MDc6TGljZW5zZTMyEPL-2.0https://api.github.com/licenses/epl-2.0
221gpl-2.0GNU General Public License v2.0MDc6TGljZW5zZTg=GPL-2.0https://api.github.com/licenses/gpl-2.0
222gpl-3.0GNU General Public License v3.0MDc6TGljZW5zZTk=GPL-3.0https://api.github.com/licenses/gpl-3.0
223lgpl-2.1GNU Lesser General Public License v2.1MDc6TGljZW5zZTExLGPL-2.1https://api.github.com/licenses/lgpl-2.1
224mitMIT LicenseMDc6TGljZW5zZTEzMIThttps://api.github.com/licenses/mit

Column profile

14 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1body05empty
2conditions05empty
3description05empty
4featured05empty
5html_url05empty
6implementation05empty
7keystring50"agpl-3.0"
8license05empty
9limitations05empty
10namestring50"GNU Affero General Public License v3.0"
11node_idstring50"MDc6TGljZW5zZTE="
12permissions05empty
13spdx_idstring50"AGPL-3.0"
14urlstring50"https://api.github.com/licenses/agpl-3.0"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt148317ms1okbody, conditions, description
minimalt2-1ms0error
realistict129816ms13okbody, conditions, description
realistict252433ms13okbody, conditions, description
edget142658ms13okbody, conditions, description
edget239260ms13okbody, conditions, description

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Works without WHERE filters. Most useful optional filters: featured, license. Use LIMIT for spot checks; large result sets paginate quickly.
Columns coral returned (14)
bodyconditionsdescriptionfeaturedhtml_urlimplementationkeylicenselimitationsnamenode_idpermissionsspdx_idurl
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:31:36Z
JSON record: reports/github/tables/licenses.json
first_run_at: 2026-08-31T06:31:36Z
last_retried_at: 2026-08-31T06:31:36Z
retry_count: 0
View version history →