Gmail API all messages
I need to get all messages in Inbox with gmail api. But I see only one way to do it. Get list of messages( id, threadID ) GET https://www.googleapis.com/gmail/v1/users/somebody%40gmail.com/messages?labelIds=INBOX&key={YOUR_API_KEY} With id`s get all messages in loop While GET https://www.googleapis.com/gmail/v1/users/somebody%40gmail.com/messages/147199d21bbaf5a5?key={YOUR_API_KEY} End of While But for this way needed 100500 request. Have anybody idea how to get with one request all messages(or just payload field)? Use batch and request 100 messages at a time. You will need to make 1000