gmail source

gmail.threads

pass

Gmail thread references, optionally filtered by label.

This table uses Gmail's list endpoint. Use `label_id` and

no filters captured 2026-09-01 13:50:00Zmedian 7001 ms
Verdict: TRUE

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

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal27000 ms7001 ms7002 ms[2, 2]0
order-id211782 ms12122 ms12462 ms[2, 2]0
filter-id211940 ms12265 ms12590 ms[2, 2]0
json-extract27071 ms7210 ms7350 ms[2, 2]0
aggregate211966 ms12014 ms12063 ms[4, 4]0
edge27426 ms7570 ms7715 ms[2, 2]0

Latency per trial

minimalmedian 7001ms
t17002mst27000ms
scale: 0–7002 ms
order-idmedian 12122ms
t111782mst212462ms
scale: 0–12462 ms
filter-idmedian 12265ms
t112590mst211940ms
scale: 0–12590 ms
json-extractmedian 7210ms
t17350mst27071ms
scale: 0–7350 ms
aggregatemedian 12014ms
t111966mst212063ms
scale: 0–12063 ms
edgemedian 7570ms
t17426mst27715ms
scale: 0–7715 ms

Probe variants — every command + output

minimal2 trials
min 7000ms · median 7001ms · max 7002ms · rows 2,2

smallest query

Command
SELECT id, snippet FROM gmail.threads LIMIT 1
Trials + output
trial 1·7002ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+": "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
trial 2·7000ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+": "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
order-id2 trials
min 11782ms · median 12122ms · max 12462ms · rows 2,2

most recent thread IDs

Command
SELECT id, snippet, history_id FROM gmail.threads ORDER BY id DESC LIMIT 25
Trials + output
trial 1·11782ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+": "+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+"
}
columns (1)
+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+
trial 2·12462ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+": "+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+"
}
columns (1)
+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+
filter-id2 trials
min 11940ms · median 12265ms · max 12590ms · rows 2,2

one thread by ID

Command
SELECT id, snippet FROM gmail.threads WHERE id = '1a05d23da594d902' LIMIT 1
Trials + output
trial 1·12590ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+": "+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
trial 2·11940ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+": "+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
json-extract2 trials
min 7071ms · median 7210ms · max 7350ms · rows 2,2

typed JSON

Command
SELECT id, json_as_text(raw, 'id') AS raw_id FROM gmail.threads LIMIT 5
Trials + output
trial 1·7350ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
trial 2·7071ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
aggregate2 trials
min 11966ms · median 12014ms · max 12063ms · rows 4,4

thread count

Command
SELECT COUNT(*) AS n FROM gmail.threads
Trials + output
trial 1·11966ms·rows 4isError=false
First row (click to expand JSON)
{
  "+------+": "n"
}
columns (1)
+------+
trial 2·12063ms·rows 4isError=false
First row (click to expand JSON)
{
  "+------+": "n"
}
columns (1)
+------+
edge2 trials
min 7426ms · median 7570ms · max 7715ms · rows 2,2

edge: larger limit

Command
SELECT id, snippet FROM gmail.threads LIMIT 200
Trials + output
trial 1·7426ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+": "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
trial 2·7715ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+": "+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

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

24 rows stored · 56 returned · page 1/1
-10+------------------+-----------------------------------------------------------…
01+------------------+-----------------------------------------------------------…
12+------------------+-----------------------------------------------------------…
23+------------------+-----------------------------------------------------------…
-14+------------------+-----------------------------------------------------------…
05+------------------+-----------------------------------------------------------…
16+------------------+-----------------------------------------------------------…
27+------------------+-----------------------------------------------------------…
-18+------------------+-----------------------------------------------------------…
09+------------------+-----------------------------------------------------------…
110+------------------+-----------------------------------------------------------…
211+------------------+-----------------------------------------------------------…
-112+------------------+------------------+
013+------------------+------------------+
114+------------------+------------------+
215+------------------+------------------+
-116n
017n
118n
219n
-120+------------------+-----------------------------------------------------------…
021+------------------+-----------------------------------------------------------…
122+------------------+-----------------------------------------------------------…
223+------------------+-----------------------------------------------------------…

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+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+string420"+------------------+----------------------------------------"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt17002ms2ok+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
minimalt27000ms2ok+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
order-idt111782ms2ok+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+
order-idt212462ms2ok+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+
filter-idt112590ms2ok+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
filter-idt211940ms2ok+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
json-extractt17350ms2ok+------------------+------------------+
json-extractt27071ms2ok+------------------+------------------+
aggregatet111966ms4ok+------+
aggregatet212063ms4ok+------+
edget17426ms2ok+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
edget27715ms2ok+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
This table uses Gmail's list endpoint. Use `label_id` and
Columns coral returned (1)
+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:50:00Z
JSON record: reports/gmail/tables/threads.json
first_run_at: 2026-09-01T13:50:00Z
last_retried_at: 2026-09-01T13:50:00Z
retry_count: 1
View version history →