github source

github.deployment_branch_policies

pass

List deployment branch policies

Requires owner, repo, and environment_name. Most useful optional filters: branch_policy_id. Add branch_policy_id to jump from the default list call to a specific record lookup.

owner, repo, environment_name captured 2026-08-31 05:54:43Zmedian 29607 ms
Verdict: TRUE

All variants returned rows on ≥2 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal228475 ms31159 ms33843 ms[1, 1]0
realistic229149 ms29607 ms30065 ms[1, 1]0
edge229724 ms31276 ms32829 ms[1, 1]0

Latency per trial

minimalmedian 31159ms
t133843mst228475ms
scale: 0–33843 ms
realisticmedian 29607ms
t130065mst229149ms
scale: 0–30065 ms
edgemedian 31276ms
t129724mst232829ms
scale: 0–32829 ms

Probe variants — every command + output

minimal2 trials
min 28475ms · median 31159ms · max 33843ms · rows 1,1

smallest valid query

Command
SELECT * FROM github.deployment_branch_policies WHERE owner = 'anomalyco' AND repo = 'opencode' AND environment_name = 'production' LIMIT 1
Trials + output
trial 1·33843ms·rows 1isError=false
First row (click to expand JSON)
{
  "branch_policy_id": "",
  "environment_name": "production",
  "id": "50270334",
  "name": "production",
  "node_id": "MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==",
  "owner": "anomalyco",
  "repo": "opencode",
  "type": "branch"
}
columns (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype
trial 2·28475ms·rows 1isError=false
First row (click to expand JSON)
{
  "branch_policy_id": "",
  "environment_name": "production",
  "id": "50270334",
  "name": "production",
  "node_id": "MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==",
  "owner": "anomalyco",
  "repo": "opencode",
  "type": "branch"
}
columns (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype
realistic2 trials
min 29149ms · median 29607ms · max 30065ms · rows 1,1

typical user query

Command
SELECT * FROM github.deployment_branch_policies WHERE owner = 'anomalyco' AND repo = 'opencode' AND environment_name = 'production' LIMIT 25
Trials + output
trial 1·30065ms·rows 1isError=false
First row (click to expand JSON)
{
  "branch_policy_id": "",
  "environment_name": "production",
  "id": "50270334",
  "name": "production",
  "node_id": "MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==",
  "owner": "anomalyco",
  "repo": "opencode",
  "type": "branch"
}
columns (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype
trial 2·29149ms·rows 1isError=false
First row (click to expand JSON)
{
  "branch_policy_id": "",
  "environment_name": "production",
  "id": "50270334",
  "name": "production",
  "node_id": "MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==",
  "owner": "anomalyco",
  "repo": "opencode",
  "type": "branch"
}
columns (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype
edge2 trials
min 29724ms · median 31276ms · max 32829ms · rows 1,1

edge: larger limit

Command
SELECT * FROM github.deployment_branch_policies WHERE owner = 'anomalyco' AND repo = 'opencode' AND environment_name = 'production' LIMIT 200
Trials + output
trial 1·29724ms·rows 1isError=false
First row (click to expand JSON)
{
  "branch_policy_id": "",
  "environment_name": "production",
  "id": "50270334",
  "name": "production",
  "node_id": "MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==",
  "owner": "anomalyco",
  "repo": "opencode",
  "type": "branch"
}
columns (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype
trial 2·32829ms·rows 1isError=false
First row (click to expand JSON)
{
  "branch_policy_id": "",
  "environment_name": "production",
  "id": "50270334",
  "name": "production",
  "node_id": "MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==",
  "owner": "anomalyco",
  "repo": "opencode",
  "type": "branch"
}
columns (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype

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

6 rows stored · 6 returned · page 1/1
10production50270334productionMDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==anomalycoopencodebranch
21production50270334productionMDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==anomalycoopencodebranch
12production50270334productionMDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==anomalycoopencodebranch
23production50270334productionMDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==anomalycoopencodebranch
14production50270334productionMDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==anomalycoopencodebranch
25production50270334productionMDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA==anomalycoopencodebranch

Column profile

8 columns actually returned by coral. Catalog claims "3 required filter(s)": "owner, repo, environment_name". Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1branch_policy_id06empty
2environment_namestring60"production"
3idstring60"50270334"
4namestring60"production"
5node_idstring60"MDE2OkdhdGVCcmFuY2hQb2xpY3k1MDI3MDMzNA=="
6ownerstring60"anomalyco"
7repostring60"opencode"
8typestring60"branch"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt133843ms1okbranch_policy_id, environment_name, id
minimalt228475ms1okbranch_policy_id, environment_name, id
realistict130065ms1okbranch_policy_id, environment_name, id
realistict229149ms1okbranch_policy_id, environment_name, id
edget129724ms1okbranch_policy_id, environment_name, id
edget232829ms1okbranch_policy_id, environment_name, id

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Requires owner, repo, and environment_name. Most useful optional filters: branch_policy_id. Add branch_policy_id to jump from the default list call to a specific record lookup.
Columns coral returned (8)
branch_policy_idenvironment_nameidnamenode_idownerrepotype
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:54:43Z
JSON record: reports/github/tables/deployment_branch_policies.json
first_run_at: 2026-08-31T05:54:43Z
last_retried_at: 2026-08-31T05:54:43Z
retry_count: 0
View version history →