---
title: "List recently ingested comms messages for the authenticated business"
method: GET
path: "/v1/integrations/comms/messages"
tags: ["Integrations"]
---

# List recently ingested comms messages for the authenticated business

`GET /v1/integrations/comms/messages`

## Query parameters

- `provider` 'SLACK' | 'GMAIL'
- `since` string, date-time
- `before` string, date-time
- `cursor` string
- `limit` integer

## Response `200`

Comms messages list

- object — Comms messages list
  - `data` object[], required
    - `id` string, required
    - `source` 'SLACK_DM' | 'SLACK_CHANNEL' | 'GMAIL', required
    - `direction` 'INBOUND' | 'OUTBOUND', required
    - `externalId` string, required
    - `threadExternalId` string, nullable
    - `senderEmail` string, nullable
    - `senderHandle` string, nullable
    - `channelName` string, nullable
    - `subject` string, nullable
    - `body` string, required
    - `permalink` string, nullable
    - `sentAt` string, date-time, required
    - `metadata` object, nullable
  - `nextCursor` string, nullable
  - `hasMore` boolean
  - `complete` boolean
  - `highWaterTs` number, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error
- `429` — Rate limit exceeded
- `500` — Internal error
- `502` — Upstream provider error
- `503` — OAuth provider not configured

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/revisions/2cb1567969ca/schema)
