# Retrieve a list of recipients associated from a specific order (/api-reference/orders/v1-order-id-recipients-get) Retrieve a list of recipients associated from a specific order. ## `GET /v1/order/{id}/recipients` ### Parameters - `id` (path, required) — The Id of the order to retrieve the recipient list from. - `query` (query) — Search filter for recipient data. Filter by recipient name, address or organization. - `pageNumber` (query) — For pagination: Page number. - `pageSize` (query) — For pagination: Number of records to retrieve. ### Responses - `200` — Successful operation - `400` — Something went wrong - `401` — Authorization key not valid - `403` — Profile's subscription tier does not have access to OpenAPI integrations