opencode source
pass
View version history →
opencode.credentials
passStored provider credential rows (label, connector, method, active flag, timestamps). The underlying `value` is a live secret (API key / token) and is **not** exposed.
SELECT id, label, connector_id, method_id, active
no filters captured 2026-09-01 11:26:28Zmedian 11119 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
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 3 | 11014 ms | 11119 ms | 11315 ms | [0, 0, 0] | 0 |
| order | 3 | 11007 ms | 11137 ms | 11239 ms | [0, 0, 0] | 0 |
| filter-active | 3 | 11415 ms | 12930 ms | 13564 ms | [0, 0, 0] | 0 |
| group-by | 3 | 11181 ms | 11303 ms | 11526 ms | [0, 0, 0] | 0 |
Latency per trial
minimalmedian 11119ms
scale: 0–11315 ms
ordermedian 11137ms
scale: 0–11239 ms
filter-activemedian 12930ms
scale: 0–13564 ms
group-bymedian 11303ms
scale: 0–11526 ms
Probe variants — every command + output
minimal
3 trialsmin 11014ms · median 11119ms · max 11315ms · rows 0,0,0
smallest query
Command
SELECT id, integration_id, label, connector_id, method_id, active FROM opencode.credentials LIMIT 1Trials + output
trial 1·11014ms·rows 0isError=false
trial 2·11119ms·rows 0isError=false
trial 3·11315ms·rows 0isError=false
order
3 trialsmin 11007ms · median 11137ms · max 11239ms · rows 0,0,0
most recently added credentials
Command
SELECT id, label, connector_id, method_id, active FROM opencode.credentials ORDER BY time_created DESC LIMIT 25Trials + output
trial 1·11007ms·rows 0isError=false
trial 2·11239ms·rows 0isError=false
trial 3·11137ms·rows 0isError=false
filter-active
3 trialsmin 11415ms · median 12930ms · max 13564ms · rows 0,0,0
active credentials
Command
SELECT id, label, connector_id, method_id FROM opencode.credentials WHERE active = 1 LIMIT 25Trials + output
trial 1·12930ms·rows 0isError=false
trial 2·13564ms·rows 0isError=false
trial 3·11415ms·rows 0isError=false
group-by
3 trialsmin 11181ms · median 11303ms · max 11526ms · rows 0,0,0
credentials by connector
Command
SELECT connector_id, COUNT(*) AS n FROM opencode.credentials GROUP BY connector_id ORDER BY n DESCTrials + output
trial 1·11303ms·rows 0isError=false
trial 2·11526ms·rows 0isError=false
trial 3·11181ms·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 / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 11014ms | 0 | ok | — |
| minimal | t2 | 11119ms | 0 | ok | — |
| minimal | t3 | 11315ms | 0 | ok | — |
| order | t1 | 11007ms | 0 | ok | — |
| order | t2 | 11239ms | 0 | ok | — |
| order | t3 | 11137ms | 0 | ok | — |
| filter-active | t1 | 12930ms | 0 | ok | — |
| filter-active | t2 | 13564ms | 0 | ok | — |
| filter-active | t3 | 11415ms | 0 | ok | — |
| group-by | t1 | 11303ms | 0 | ok | — |
| group-by | t2 | 11526ms | 0 | ok | — |
| group-by | t3 | 11181ms | 0 | ok | — |
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:26:28ZJSON record:
reports/opencode/tables/credentials.jsonfirst_run_at:
2026-09-01T11:26:28Zlast_retried_at:
2026-09-01T11:26:28Zretry_count:
1