gmail source

gmail.label_details

pass

Detailed Gmail label metadata for one label.

Requires `id` from `gmail.labels`. This returns counters and color

id captured 2026-09-01 13:56:17Zmedian 6997 ms
Verdict: TRUE

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

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal26988 ms6997 ms7007 ms[2, 2]0
list26996 ms7029 ms7062 ms[2, 2]0
json-extract27073 ms7126 ms7179 ms[2, 2]0
aggregate27015 ms7031 ms7048 ms[4, 4]0
edge27012 ms7210 ms7408 ms[2, 2]0

Latency per trial

minimalmedian 6997ms
t16988mst27007ms
scale: 0–7007 ms
listmedian 7029ms
t17062mst26996ms
scale: 0–7062 ms
json-extractmedian 7126ms
t17073mst27179ms
scale: 0–7179 ms
aggregatemedian 7031ms
t17015mst27048ms
scale: 0–7048 ms
edgemedian 7210ms
t17408mst27012ms
scale: 0–7408 ms

Probe variants — every command + output

minimal2 trials
min 6988ms · median 6997ms · max 7007ms · rows 2,2

smallest query

Command
SELECT id, name, messages_total, threads_total FROM gmail.label_details WHERE id = 'INBOX' LIMIT 1
Trials + output
trial 1·6988ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+----------------+---------------+": "+-------+-------+----------------+---------------+"
}
columns (1)
+-------+-------+----------------+---------------+
trial 2·7007ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+----------------+---------------+": "+-------+-------+----------------+---------------+"
}
columns (1)
+-------+-------+----------------+---------------+
list2 trials
min 6996ms · median 7029ms · max 7062ms · rows 2,2

label counters

Command
SELECT id, name, messages_total, messages_unread, threads_total, threads_unread FROM gmail.label_details WHERE id = 'INBOX' LIMIT 1
Trials + output
trial 1·7062ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+----------------+-----------------+---------------+----------------+": "+-------+-------+----------------+-----------------+---------------+----------------+"
}
columns (1)
+-------+-------+----------------+-----------------+---------------+----------------+
trial 2·6996ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+----------------+-----------------+---------------+----------------+": "+-------+-------+----------------+-----------------+---------------+----------------+"
}
columns (1)
+-------+-------+----------------+-----------------+---------------+----------------+
json-extract2 trials
min 7073ms · median 7126ms · max 7179ms · rows 2,2

typed JSON on raw + color

Command
SELECT id, name, json_as_text(raw, 'id') AS raw_id, json_as_text(color, 'backgroundColor') AS bg FROM gmail.label_details WHERE id = 'INBOX' LIMIT 1
Trials + output
trial 1·7073ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+--------+----+": "+-------+-------+--------+----+"
}
columns (1)
+-------+-------+--------+----+
trial 2·7179ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+--------+----+": "+-------+-------+--------+----+"
}
columns (1)
+-------+-------+--------+----+
aggregate2 trials
min 7015ms · median 7031ms · max 7048ms · rows 4,4

single-id count

Command
SELECT COUNT(*) AS n FROM gmail.label_details WHERE id = 'INBOX'
Trials + output
trial 1·7015ms·rows 4isError=false
First row (click to expand JSON)
{
  "+---+": "n"
}
columns (1)
+---+
trial 2·7048ms·rows 4isError=false
First row (click to expand JSON)
{
  "+---+": "n"
}
columns (1)
+---+
edge2 trials
min 7012ms · median 7210ms · max 7408ms · rows 2,2

edge: capped LIMIT

Command
SELECT id, name, messages_total FROM gmail.label_details WHERE id = 'INBOX' LIMIT 25
Trials + output
trial 1·7408ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+----------------+": "+-------+-------+----------------+"
}
columns (1)
+-------+-------+----------------+
trial 2·7012ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------+-------+----------------+": "+-------+-------+----------------+"
}
columns (1)
+-------+-------+----------------+

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

20 rows stored · 48 returned · page 1/1
-10+-------+-------+----------------+---------------+
01+-------+-------+----------------+---------------+
12+-------+-------+----------------+---------------+
23+-------+-------+----------------+---------------+
-14+-------+-------+----------------+-----------------+---------------+-----------…
05+-------+-------+----------------+-----------------+---------------+-----------…
16+-------+-------+----------------+-----------------+---------------+-----------…
27+-------+-------+----------------+-----------------+---------------+-----------…
-18+-------+-------+--------+----+
09+-------+-------+--------+----+
110+-------+-------+--------+----+
211+-------+-------+--------+----+
-112n
013n
114n
215n
-116+-------+-------+----------------+
017+-------+-------+----------------+
118+-------+-------+----------------+
219+-------+-------+----------------+

Column profile

1 columns actually returned by coral. Catalog claims "1 required filter(s)": "id". Click a column to drill in.

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

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt16988ms2ok+-------+-------+----------------+---------------+
minimalt27007ms2ok+-------+-------+----------------+---------------+
listt17062ms2ok+-------+-------+----------------+-----------------+---------------+----------------+
listt26996ms2ok+-------+-------+----------------+-----------------+---------------+----------------+
json-extractt17073ms2ok+-------+-------+--------+----+
json-extractt27179ms2ok+-------+-------+--------+----+
aggregatet17015ms4ok+---+
aggregatet27048ms4ok+---+
edget17408ms2ok+-------+-------+----------------+
edget27012ms2ok+-------+-------+----------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Requires `id` from `gmail.labels`. This returns counters and color
Columns coral returned (1)
+-------+-------+----------------+---------------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:56:17Z
JSON record: reports/gmail/tables/label_details.json
first_run_at: 2026-09-01T13:56:17Z
last_retried_at: 2026-09-01T13:56:17Z
retry_count: 1
View version history →