GET
/
group
/
{groupId}
/
emails
curl --request GET \
  --url https://www.getinboxzero.com/api/v1/group/{groupId}/emails \
  --header 'API-Key: <api-key>'
{
  "messages": [
    {
      "id": "<string>",
      "threadId": "<string>",
      "labelIds": [
        "<string>"
      ],
      "snippet": "<string>",
      "historyId": "<string>",
      "attachments": [
        {}
      ],
      "inline": [
        {}
      ],
      "headers": {},
      "textPlain": "<string>",
      "textHtml": "<string>",
      "matchingGroupItem": {
        "id": "<string>",
        "type": "FROM",
        "value": "<string>"
      }
    }
  ],
  "nextPageToken": "<string>"
}

Authorizations

API-Key
string
header
required

Path Parameters

groupId
string
required

You can find the group id by going to https://www.getinboxzero.com/automation?tab=groups, clicking Matching Emails, and then copying the id from the URL.

Query Parameters

pageToken
string
from
number | null
to
number | null

Response

200 - application/json
Successful response
messages
object[]
required
nextPageToken
string