GET
gmail_labels_list.py
Requires
https://www.googleapis.com/auth/gmail.modify. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all labels in the user’s mailbox.
from charter.packs import gmail
result = await gmail.labels_list.ainvoke({})
https://www.googleapis.com/auth/gmail.modify. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
userId | string | The user’s email address. The special value ‘me’ can be used to indicate the authenticated user. defaults to "me" |
Was this page helpful?