gmail source

gmail.drafts

pass

Gmail draft references.

This table lists draft IDs and their message IDs. For Gmail search

no filters captured 2026-09-01 13:33:19Zmedian 10659 ms
Verdict: TRUE

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

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal210046 ms10659 ms11272 ms[2, 2]0
list210024 ms10047 ms10071 ms[2, 2]0
filter-thread210210 ms10217 ms10224 ms[1, 1]0
json-extract210032 ms10068 ms10104 ms[2, 2]0
aggregate210017 ms10096 ms10176 ms[4, 4]0
edge210087 ms10106 ms10126 ms[2, 2]0

Latency per trial

minimalmedian 10659ms
t110046mst211272ms
scale: 0–11272 ms
listmedian 10047ms
t110024mst210071ms
scale: 0–10071 ms
filter-threadmedian 10217ms
t110210mst210224ms
scale: 0–10224 ms
json-extractmedian 10068ms
t110104mst210032ms
scale: 0–10104 ms
aggregatemedian 10096ms
t110176mst210017ms
scale: 0–10176 ms
edgemedian 10106ms
t110126mst210087ms
scale: 0–10126 ms

Probe variants — every command + output

minimal2 trials
min 10046ms · median 10659ms · max 11272ms · rows 2,2

smallest query

Command
SELECT id, message_id, thread_id FROM gmail.drafts LIMIT 1
Trials + output
trial 1·10046ms·rows 2isError=false
First row (click to expand JSON)
{
  "+---------------------+------------------+------------------+": "+---------------------+------------------+------------------+"
}
columns (1)
+---------------------+------------------+------------------+
trial 2·11272ms·rows 2isError=false
First row (click to expand JSON)
{
  "+---------------------+------------------+------------------+": "+---------------------+------------------+------------------+"
}
columns (1)
+---------------------+------------------+------------------+
list2 trials
min 10024ms · median 10047ms · max 10071ms · rows 2,2

all drafts (paginated)

Command
SELECT id, message_id, thread_id FROM gmail.drafts ORDER BY id LIMIT 25
Trials + output
trial 1·10024ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-----------------------+------------------+------------------+": "+-----------------------+------------------+------------------+"
}
columns (1)
+-----------------------+------------------+------------------+
trial 2·10071ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-----------------------+------------------+------------------+": "+-----------------------+------------------+------------------+"
}
columns (1)
+-----------------------+------------------+------------------+
filter-thread2 trials
min 10210ms · median 10217ms · max 10224ms · rows 1,1

drafts in one thread

Command
SELECT id, message_id FROM gmail.drafts WHERE thread_id = '1a05d23da594d902' LIMIT 25
Trials + output
trial 1·10210ms·rows 1isError=false
First row (click to expand JSON)
{
  "++": "++"
}
columns (1)
++
trial 2·10224ms·rows 1isError=false
First row (click to expand JSON)
{
  "++": "++"
}
columns (1)
++
json-extract2 trials
min 10032ms · median 10068ms · max 10104ms · rows 2,2

typed JSON alongside row

Command
SELECT id, message_id, json_as_text(raw, 'id') AS raw_id FROM gmail.drafts LIMIT 5
Trials + output
trial 1·10104ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-----------------------+------------------+-----------------------+": "+-----------------------+------------------+-----------------------+"
}
columns (1)
+-----------------------+------------------+-----------------------+
trial 2·10032ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-----------------------+------------------+-----------------------+": "+-----------------------+------------------+-----------------------+"
}
columns (1)
+-----------------------+------------------+-----------------------+
aggregate2 trials
min 10017ms · median 10096ms · max 10176ms · rows 4,4

draft count

Command
SELECT COUNT(*) AS n FROM gmail.drafts
Trials + output
trial 1·10176ms·rows 4isError=false
First row (click to expand JSON)
{
  "+----+": "n"
}
columns (1)
+----+
trial 2·10017ms·rows 4isError=false
First row (click to expand JSON)
{
  "+----+": "n"
}
columns (1)
+----+
edge2 trials
min 10087ms · median 10106ms · max 10126ms · rows 2,2

edge: larger limit

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

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

24 rows stored · 52 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
minimalt110046ms2ok+---------------------+------------------+------------------+
minimalt211272ms2ok+---------------------+------------------+------------------+
listt110024ms2ok+-----------------------+------------------+------------------+
listt210071ms2ok+-----------------------+------------------+------------------+
filter-threadt110210ms1ok++
filter-threadt210224ms1ok++
json-extractt110104ms2ok+-----------------------+------------------+-----------------------+
json-extractt210032ms2ok+-----------------------+------------------+-----------------------+
aggregatet110176ms4ok+----+
aggregatet210017ms4ok+----+
edget110126ms2ok+------------------------+------------------+
edget210087ms2ok+------------------------+------------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
This table lists draft IDs and their message IDs. For Gmail search
Columns coral returned (1)
+---------------------+------------------+------------------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:33:19Z
JSON record: reports/gmail/tables/drafts.json
first_run_at: 2026-09-01T13:33:19Z
last_retried_at: 2026-09-01T13:33:19Z
retry_count: 1
View version history →