gmail source

gmail.messages

pass

Gmail message references, optionally filtered by label.

This table uses Gmail's list endpoint, so rows contain message IDs and

no filters captured 2026-09-01 13:41:06Zmedian 7020 ms
Verdict: TRUE

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

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal26987 ms7020 ms7053 ms[2, 2]0
order-id211317 ms11406 ms11495 ms[2, 2]0
filter-thread211430 ms11646 ms11862 ms[2, 2]0
json-extract26977 ms7084 ms7192 ms[2, 2]0
aggregate211362 ms11574 ms11786 ms[4, 4]0
edge27035 ms7053 ms7071 ms[2, 2]0

Latency per trial

minimalmedian 7020ms
t17053mst26987ms
scale: 0–7053 ms
order-idmedian 11406ms
t111495mst211317ms
scale: 0–11495 ms
filter-threadmedian 11646ms
t111862mst211430ms
scale: 0–11862 ms
json-extractmedian 7084ms
t17192mst26977ms
scale: 0–7192 ms
aggregatemedian 11574ms
t111362mst211786ms
scale: 0–11786 ms
edgemedian 7053ms
t17071mst27035ms
scale: 0–7071 ms

Probe variants — every command + output

minimal2 trials
min 6987ms · median 7020ms · max 7053ms · rows 2,2

smallest query

Command
SELECT id, thread_id FROM gmail.messages LIMIT 1
Trials + output
trial 1·7053ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
trial 2·6987ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
order-id2 trials
min 11317ms · median 11406ms · max 11495ms · rows 2,2

most recent message IDs

Command
SELECT id, thread_id FROM gmail.messages ORDER BY id DESC LIMIT 25
Trials + output
trial 1·11495ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
trial 2·11317ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
filter-thread2 trials
min 11430ms · median 11646ms · max 11862ms · rows 2,2

messages in one thread

Command
SELECT id, thread_id FROM gmail.messages WHERE thread_id = '1a05d23da594d902' LIMIT 25
Trials + output
trial 1·11862ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
trial 2·11430ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
json-extract2 trials
min 6977ms · median 7084ms · max 7192ms · rows 2,2

typed JSON alongside row

Command
SELECT id, thread_id, json_as_text(raw, 'id') AS raw_id FROM gmail.messages LIMIT 5
Trials + output
trial 1·7192ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+------------------+": "+------------------+------------------+------------------+"
}
columns (1)
+------------------+------------------+------------------+
trial 2·6977ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+------------------+": "+------------------+------------------+------------------+"
}
columns (1)
+------------------+------------------+------------------+
aggregate2 trials
min 11362ms · median 11574ms · max 11786ms · rows 4,4

message count

Command
SELECT COUNT(*) AS n FROM gmail.messages
Trials + output
trial 1·11362ms·rows 4isError=false
First row (click to expand JSON)
{
  "+------+": "n"
}
columns (1)
+------+
trial 2·11786ms·rows 4isError=false
First row (click to expand JSON)
{
  "+------+": "n"
}
columns (1)
+------+
edge2 trials
min 7035ms · median 7053ms · max 7071ms · rows 2,2

edge: larger limit

Command
SELECT id, thread_id FROM gmail.messages LIMIT 200
Trials + output
trial 1·7071ms·rows 2isError=false
First row (click to expand JSON)
{
  "+------------------+------------------+": "+------------------+------------------+"
}
columns (1)
+------------------+------------------+
trial 2·7035ms·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+------------------+------------------+string168"+------------------+------------------+"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt17053ms2ok+------------------+------------------+
minimalt26987ms2ok+------------------+------------------+
order-idt111495ms2ok+------------------+------------------+
order-idt211317ms2ok+------------------+------------------+
filter-threadt111862ms2ok+------------------+------------------+
filter-threadt211430ms2ok+------------------+------------------+
json-extractt17192ms2ok+------------------+------------------+------------------+
json-extractt26977ms2ok+------------------+------------------+------------------+
aggregatet111362ms4ok+------+
aggregatet211786ms4ok+------+
edget17071ms2ok+------------------+------------------+
edget27035ms2ok+------------------+------------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
This table uses Gmail's list endpoint, so rows contain message IDs and
Columns coral returned (1)
+------------------+------------------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:41:06Z
JSON record: reports/gmail/tables/messages.json
first_run_at: 2026-09-01T13:41:06Z
last_retried_at: 2026-09-01T13:41:06Z
retry_count: 1
View version history →