/gmail/v1/users/{userId}/messages
GET
/gmail/v1/users/{userId}/messagesLists the messages in the user's mailbox.
Request
The user's email address. The special value me
can be used to indicate the authenticated user.
Include messages from SPAM
and TRASH
in the results.
Only return messages with labels that match all of the specified label IDs. Messages in a thread might have labels that other messages in the same thread don't have. To learn more, see Manage labels on messages and threads.
Maximum number of messages to return. This field defaults to 100. The maximum allowed value for this field is 500.
Page token to retrieve a specific page of results in the list.
Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread"
. Parameter cannot be used when accessing the api using the gmail.metadata scope.