twilio source

twilio.account

pass

Twilio 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

VariantTrialsMinMedianMaxRow countsErrors
minimal26991 ms7292 ms7593 ms[2, 2]0
list27183 ms8478 ms9773 ms[2, 2]0
aggregate26878 ms7731 ms8585 ms[2, 2]0
edge27806 ms8366 ms8927 ms[2, 2]0

Latency per trial

minimalmedian 7292ms
t16991mst27593ms
scale: 0–7593 ms
listmedian 8478ms
t19773mst27183ms
scale: 0–9773 ms
aggregatemedian 7731ms
t16878mst28585ms
scale: 0–8585 ms
edgemedian 8366ms
t17806mst28927ms
scale: 0–8927 ms

Probe variants — every command + output

minimal2 trials
min 6991ms · median 7292ms · max 7593ms · rows 2,2

smallest query (single-row)

Command
SELECT sid, friendly_name, status, type FROM twilio.account LIMIT 1
Trials + 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)
+------------------------------------+-------------------------+--------+-------+
list2 trials
min 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 1
Trials + 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)
+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+
aggregate2 trials
min 6878ms · median 7731ms · max 8585ms · rows 2,2

account totals

Command
SELECT COUNT(*) AS n, COUNT(DISTINCT status) AS statuses FROM twilio.account
Trials + 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)
+---+----------+
edge2 trials
min 7806ms · median 8366ms · max 8927ms · rows 2,2

edge: capped LIMIT

Command
SELECT sid, friendly_name, status FROM twilio.account LIMIT 200
Trials + 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
-10+------------------------------------+-------------------------+--------+------…
01+------------------------------------+-------------------------+--------+------…
12+------------------------------------+-------------------------+--------+------…
23+------------------------------------+-------------------------+--------+------…
-14+------------------------------------+-------------------------+--------+------…
05+------------------------------------+-------------------------+--------+------…
16+------------------------------------+-------------------------+--------+------…
27+------------------------------------+-------------------------+--------+------…
-18+---+----------+
09+---+----------+
110+---+----------+
211+---+----------+
-112+------------------------------------+-------------------------+--------+
013+------------------------------------+-------------------------+--------+
114+------------------------------------+-------------------------+--------+
215+------------------------------------+-------------------------+--------+

Column profile

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

#ColumnInferred typeNon-nullNullsSample value(s)
1+------------------------------------+-------------------------+--------+-------+string412"+------------------------------------+----------------------"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt16991ms2ok+------------------------------------+-------------------------+--------+-------+
minimalt27593ms2ok+------------------------------------+-------------------------+--------+-------+
listt19773ms2ok+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+
listt27183ms2ok+------------------------------------+-------------------------+--------+-------+---------------------------------+---------------------------------+
aggregatet16878ms2ok+---+----------+
aggregatet28585ms2ok+---+----------+
edget17806ms2ok+------------------------------------+-------------------------+--------+
edget28927ms2ok+------------------------------------+-------------------------+--------+

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:31Z
JSON record: reports/twilio/tables/account.json
first_run_at: 2026-09-02T04:16:31Z
last_retried_at: 2026-09-02T04:16:31Z
retry_count: 1
View version history →