opencode source

opencode.control_accounts

pass

Control-plane account rows used for authenticated coordination. Exposes email, url, active flag, and timestamps. The underlying `access_token` / `refresh_token` are live secrets and not exposed.

SELECT email, url, active

no filters captured 2026-09-01 11:23:30Zmedian 9288 ms
Verdict: TRUE

Reachable and queryable: 0 errors across all trials, but the table is currently empty in the source (no data rows on scan variants). See analysis.json → data.empty_table.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal38664 ms9288 ms9370 ms[0, 0, 0]0
active310902 ms11684 ms20059 ms[0, 0, 0]0
order39173 ms10716 ms10733 ms[0, 0, 0]0
aggregate310836 ms11561 ms12021 ms[0, 0, 0]0

Latency per trial

minimalmedian 9288ms
t18664mst29370mst39288ms
scale: 0–9370 ms
activemedian 11684ms
t110902mst211684mst320059ms
scale: 0–20059 ms
ordermedian 10716ms
t19173mst210733mst310716ms
scale: 0–10733 ms
aggregatemedian 11561ms
t112021mst211561mst310836ms
scale: 0–12021 ms

Probe variants — every command + output

minimal3 trials
min 8664ms · median 9288ms · max 9370ms · rows 0,0,0

smallest query

Command
SELECT email, url, active, time_created FROM opencode.control_accounts LIMIT 1
Trials + output
trial 1·8664ms·rows 0isError=false
trial 2·9370ms·rows 0isError=false
trial 3·9288ms·rows 0isError=false
active3 trials
min 10902ms · median 11684ms · max 20059ms · rows 0,0,0

active control accounts

Command
SELECT email, url, active FROM opencode.control_accounts WHERE active = 1 LIMIT 25
Trials + output
trial 1·10902ms·rows 0isError=false
trial 2·11684ms·rows 0isError=false
trial 3·20059ms·rows 0isError=false
order3 trials
min 9173ms · median 10716ms · max 10733ms · rows 0,0,0

newest control accounts

Command
SELECT email, url, active FROM opencode.control_accounts ORDER BY time_created DESC LIMIT 25
Trials + output
trial 1·9173ms·rows 0isError=false
trial 2·10733ms·rows 0isError=false
trial 3·10716ms·rows 0isError=false
aggregate3 trials
min 10836ms · median 11561ms · max 12021ms · rows 0,0,0

control accounts by active flag

Command
SELECT active, COUNT(*) AS n FROM opencode.control_accounts GROUP BY active
Trials + output
trial 1·12021ms·rows 0isError=false
trial 2·11561ms·rows 0isError=false
trial 3·10836ms·rows 0isError=false

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.

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt18664ms0ok
minimalt29370ms0ok
minimalt39288ms0ok
activet110902ms0ok
activet211684ms0ok
activet320059ms0ok
ordert19173ms0ok
ordert210733ms0ok
ordert310716ms0ok
aggregatet112021ms0ok
aggregatet211561ms0ok
aggregatet310836ms0ok
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:23:30Z
JSON record: reports/opencode/tables/control_accounts.json
first_run_at: 2026-09-01T11:23:30Z
last_retried_at: 2026-09-01T11:23:30Z
retry_count: 1
View version history →