---
title: "List Message Actions"
method: GET
path: "/message_action"
tags: ["Message Action"]
---

# List Message Actions

`GET /message_action`

Retrieve a list of message actions

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `conversation_id` string
- `message_id` string
- `type` string
- `subtype` string
- `text` string
- `data` string
- `clicked` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- MessageAction[]
  - `id` string, uuid — Message action ID
  - `created_at` string, timestamp with time zone — Message action creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `conversation_id` string, uuid — Conversation ID
  - `message_id` string, uuid — Message ID
  - `type` 'quick_reply' | 'call_to_action' | 'list', public.message_action_type — Type of message action
  - `subtype` 'url' | 'phone_number', public.message_action_subtype, nullable — Subtype of message
  - `text` string, text — Text of message action
  - `data` string, text, nullable — Data of message action
  - `clicked` boolean — Is message action clicked?

---

[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)
