twilio source
pass
View version history →
twilio.account
passTwilio account details including status, type, and friendly name. Returns exactly one row.
No required filters. Returns one row:
no filters captured 2026-09-02 04:16:31Zmedian 7292 ms
Verdict: TRUE
All variants returned rows on ≥2 of 3 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 6991 ms | 7292 ms | 7593 ms | [2, 2] | 0 |
| list | 2 | 7183 ms | 8478 ms | 9773 ms | [2, 2] | 0 |
| aggregate | 2 | 6878 ms | 7731 ms | 8585 ms | [2, 2] | 0 |
| edge | 2 | 7806 ms | 8366 ms | 8927 ms | [2, 2] | 0 |
Latency per trial
minimalmedian 7292ms
scale: 0–7593 ms
listmedian 8478ms
scale: 0–9773 ms
aggregatemedian 7731ms
scale: 0–8585 ms
edgemedian 8366ms
scale: 0–8927 ms
Probe variants — every command + output
minimal
2 trialsmin 6991ms · median 7292ms · max 7593ms · rows 2,2
smallest query (single-row)
Command
SELECT sid, friendly_name, status, type FROM twilio.account LIMIT 1Trials + output
trial 1·6991ms·rows 2isError=false
First row (click to expand JSON)
{
"+------------------------------------+-------------------------+--------+-------+": "+------------------------------------+-------------------------+--------+-------+"
}columns (1)
+------------------------------------+-------------------------+--------+-------+
trial 2·7593ms·rows 2isError=false
First row (click to expand JSON)
{
"+------------------------------------+-------------------------+--------+-------+": "+------------------------------------+-------------------------+--------+-------+"
}columns (1)
+------------------------------------+-------------------------+--------+-------+
list
2 trialsmin 7183ms · median 8478ms · max 9773ms · rows 2,2
full account row
Command
SELECT sid, friendly_name, status, type, date_created, date_updated FROM twilio.account LIMIT 1Trials + output
trial 1·9773ms·rows 2isError=false
First row (click to expand JSON)
{
"+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+": "+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+"
}columns (1)
+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+
trial 2·7183ms·rows 2isError=false
First row (click to expand JSON)
{
"+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+": "+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+"
}columns (1)
+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+
aggregate
2 trialsmin 6878ms · median 7731ms · max 8585ms · rows 2,2
account totals
Command
SELECT COUNT(*) AS n, COUNT(DISTINCT status) AS statuses FROM twilio.accountTrials + output
trial 1·6878ms·rows 2isError=false
First row (click to expand JSON)
{
"+---+----------+": "+---+----------+"
}columns (1)
+---+----------+
trial 2·8585ms·rows 2isError=false
First row (click to expand JSON)
{
"+---+----------+": "+---+----------+"
}columns (1)
+---+----------+
edge
2 trialsmin 7806ms · median 8366ms · max 8927ms · rows 2,2
edge: capped LIMIT
Command
SELECT sid, friendly_name, status FROM twilio.account LIMIT 200Trials + output
trial 1·7806ms·rows 2isError=false
First row (click to expand JSON)
{
"+------------------------------------+-------------------------+--------+": "+------------------------------------+-------------------------+--------+"
}columns (1)
+------------------------------------+-------------------------+--------+
trial 2·8927ms·rows 2isError=false
First row (click to expand JSON)
{
"+------------------------------------+-------------------------+--------+": "+------------------------------------+-------------------------+--------+"
}columns (1)
+------------------------------------+-------------------------+--------+
All returned rowsacross all non-errored trials · filterable · paginated
16 rows stored · 32 returned · page 1/1
| -1 | 0 | +------------------------------------+-------------------------+--------+------… | — | — | — |
| 0 | 1 | +------------------------------------+-------------------------+--------+------… | — | — | — |
| 1 | 2 | +------------------------------------+-------------------------+--------+------… | — | — | — |
| 2 | 3 | +------------------------------------+-------------------------+--------+------… | — | — | — |
| -1 | 4 | — | +------------------------------------+-------------------------+--------+------… | — | — |
| 0 | 5 | — | +------------------------------------+-------------------------+--------+------… | — | — |
| 1 | 6 | — | +------------------------------------+-------------------------+--------+------… | — | — |
| 2 | 7 | — | +------------------------------------+-------------------------+--------+------… | — | — |
| -1 | 8 | — | — | +---+----------+ | — |
| 0 | 9 | — | — | +---+----------+ | — |
| 1 | 10 | — | — | +---+----------+ | — |
| 2 | 11 | — | — | +---+----------+ | — |
| -1 | 12 | — | — | — | +------------------------------------+-------------------------+--------+ |
| 0 | 13 | — | — | — | +------------------------------------+-------------------------+--------+ |
| 1 | 14 | — | — | — | +------------------------------------+-------------------------+--------+ |
| 2 | 15 | — | — | — | +------------------------------------+-------------------------+--------+ |
Column profile
1 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 | +------------------------------------+-------------------------+--------+-------+ | string | 4 | 12 | "+------------------------------------+----------------------" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 6991ms | 2 | ok | +------------------------------------+-------------------------+--------+-------+ |
| minimal | t2 | 7593ms | 2 | ok | +------------------------------------+-------------------------+--------+-------+ |
| list | t1 | 9773ms | 2 | ok | +------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+ |
| list | t2 | 7183ms | 2 | ok | +------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+ |
| aggregate | t1 | 6878ms | 2 | ok | +---+----------+ |
| aggregate | t2 | 8585ms | 2 | ok | +---+----------+ |
| edge | t1 | 7806ms | 2 | ok | +------------------------------------+-------------------------+--------+ |
| edge | t2 | 8927ms | 2 | ok | +------------------------------------+-------------------------+--------+ |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
No required filters. Returns one row:Columns coral returned (1)
+------------------------------------+-------------------------+--------+-------+
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-02T04:16:31ZJSON record:
reports/twilio/tables/account.jsonfirst_run_at:
2026-09-02T04:16:31Zlast_retried_at:
2026-09-02T04:16:31Zretry_count:
1