---
title: "List Messages"
method: GET
path: "/message"
tags: ["Message"]
---

# List Messages

`GET /message`

Retrieve a list of messages

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `conversation_id` string
- `is_inbound` string
- `subject` string
- `author_id` string
- `content` string
- `raw_content` string
- `status` string
- `attachment_count` string
- `reply_to_message_id` string
- `external_files` string
- `external_id` string
- `template_id` string
- `review_channel_id` string
- `author_type` string
- `forwarded` string
- `forwarded_message_text` string
- `send_after` string
- `footer` string
- `sendout_id` string
- `campaign_id` string
- `sent_at` string
- `timestamp` string
- `location` string
- `location_metadata` string
- `contacts` string
- `files` string
- `header_media_filename` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Message[]
  - `id` string, uuid — Message ID
  - `created_at` string, timestamp with time zone — Message creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `conversation_id` string, uuid — Conversation ID
  - `is_inbound` boolean — Is the message inbound?
  - `subject` string, text, nullable — Subject of message
  - `author_id` string, uuid, nullable — Author ID
  - `content` object, nullable — Content of message
  - `raw_content` string, text, nullable — Raw content of message
  - `status` 'sent' | 'sending_error' | 'bounce_error' | 'submission_error' | 'submitted' | 'sending' | 'read' | 'draft' | 'scheduled' | 'interacted' | 'answered', public.recipient_status, nullable — Status of message
  - `attachment_count` integer, nullable — Attachment count of message
  - `reply_to_message_id` string, uuid, nullable — Reply to message ID
  - `external_files` object, nullable — External files of message
  - `external_id` string, text, nullable — External ID
  - `template_id` string, uuid, nullable — Template ID
  - `review_channel_id` string, uuid, nullable — Review Channel ID
  - `author_type` 'employee' | 'bot' | 'external', public.author_type, nullable — Author type of message
  - `forwarded` boolean — Is message forwarded?
  - `forwarded_message_text` string, text, nullable — Forwarded Message text
  - `send_after` string, timestamp with time zone, nullable — Message send after
  - `footer` string, text, nullable — Message footer
  - `sendout_id` string, uuid, nullable — Sendout ID
  - `campaign_id` string, uuid, nullable — Campaign ID
  - `sent_at` string, timestamp with time zone, nullable — Message sent at
  - `timestamp` string, timestamp with time zone, nullable — Timestamp of message
  - `location` string, extensions.geography(Point,4326), nullable — Coordinates that are shared via chat
  - `location_metadata` object, nullable — Location metadata of message
  - `contacts` object, nullable — Contacts of message
  - `files` object, nullable — Files shared with the message
  - `header_media_filename` string, text, nullable — Header media filename of message

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
