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

# List recipients

`GET /recipients`

The Recipient endpoint returns the configured data recipients. Recipients are the customers who will consume data.

## Query parameters

- `id_in_provider_system` string
- `page_size` integer
- `order` 'asc' | 'desc'
- `cursor` string

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` ListRecipientResponse, required
    - `recipients` RecipientResource[], required
      - `id` string, required — The unique identifier for the recipient.
      - `name` string, required — The name of the recipient.
      - `products` string[], required — The products that the recipient has assigned.
      - `id_in_provider_system` string, required — The ID used in source system for the recipient.
      - `default_full_refresh_min_start_time_epoch` integer — Default minimum Unix epoch timestamp (in seconds) for full refresh transfers. When set: full refresh transfers will only include rows with a last_updated_at value greater than or equal to this epoch.
      - `created_at` string, date-time
      - `updated_at` string, date-time
  - `message` string, required
  - `has_next` boolean, required — Whether there are more items beyond this page.
  - `next_url` string — Full URL to fetch the next page. Only present when has_next is true.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.dev/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/revisions/09c662a871f8/schema)
