---
title: "List Recipients"
method: GET
path: "/recipient"
tags: ["Recipient"]
---

# List Recipients

`GET /recipient`

Retrieve a list of recipients

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `conversation_id` string
- `message_id` string
- `contact_id` string
- `handle` string
- `full_name` string
- `role` string
- `is_organisation` string
- `status` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- Recipient[]
  - `id` string, uuid — Recipient ID
  - `created_at` string, timestamp with time zone — Recipient 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
  - `contact_id` string, uuid, nullable — Contact ID
  - `handle` string, text — Handle of recipient
  - `full_name` string, text, nullable — Name of recipient
  - `role` 'from' | 'to' | 'cc' | 'bcc' | 'reply_to', public.recipient_role, nullable — Role of recipient
  - `is_organisation` boolean, nullable — Is recipient the organisation?
  - `status` 'sent' | 'sending_error' | 'bounce_error' | 'submission_error' | 'submitted' | 'sending' | 'read' | 'draft' | 'scheduled' | 'interacted' | 'answered', public.recipient_status, nullable — Status of recipient

---

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