Gmail thread list profile
org.intentschema.communication.email.thread.list.v1@com.google.gmail.v1
JSON: bare · @sha256:2c6894644f64…
Hash: sha256:2c6894644f6478b7d483ea6d9197cd5ee5170901c26e98839fe5fe4e49f28e10
Gmail profile for email thread list.
Implements: List email threads (org.intentschema.communication.email.thread.list.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "gmail", required: system) |
object | object | |
object
| Field | Type | Description |
query | string | Provider-specific search string (Gmail q-syntax, JMAP filter, Graph KQL). |
filter | object | |
limit | integer (minimum 1; maximum 500; default 50) | |
cursor | string | |
filter
| Field | Type | Description |
labels_any | string[] | |
labels_all | string[] | |
is_unread | boolean | |
after | string (date-time) | |
before | string (date-time) | |
Result
| Field | Type | Description |
items * | object[] | |
next_cursor | string | |
API mapping
Field mapping
| Intent field | API parameter |
object.query | q |
object.limit | maxResults |
object.cursor | pageToken |