---
title: "List Benefit Renewal Requests"
method: GET
path: "/v1/benefit-renewal-requests"
tags: ["Benefit Renewals"]
---

# List Benefit Renewal Requests

`GET /v1/benefit-renewal-requests`

List Benefit Renewal Requests for each country.

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View benefit renewals (`benefit_renewal:read`) | Manage benefit renewals (`benefit_renewal:write`) |

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- BenefitRenewalRequestsListBenefitRenewalRequestResponse — Response schema listing many benefit_renewal_requests
  - `data` object
    - `benefit_renewal_requests` BenefitRenewalRequestsBenefitRenewalRequest[]
      - `benefit_group` BenefitRenewalRequestsMinimalBenefitGroup, required — A lightweight benefit group reference used in renewal requests.
        - `country_code` string, required — The ISO 3166-1 3-letter country code for this benefit group.
        - `id` string, required — The unique identifier (UUID) of the benefit group.
        - `name` string, required — The name of the benefit group (e.g., "Health", "Life Insurance").
      - `benefit_renewal_response` BenefitRenewalRequestsMinimalBenefitRenewalResponse, required
        - `benefit_tier` NullableMinimalBenefitTier, nullable, required
          - `description` string, required — A description of what this tier includes.
          - `display_cost` string, nullable — A human-readable cost estimate for this tier (e.g., "~$100"). Null if cost is not available.
          - `id` string, required — The unique identifier (UUID) of the benefit tier.
          - `name` string, required — The name of the benefit tier (e.g., "Premium", "Standard").
        - `updated_at` string, datetime, required — UTC date time in YYYY-MM-DDTHH:mm:ss format
      - `coverage_end_date` string, date, required — UTC date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
      - `coverage_start_date` string, date, required — UTC date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
      - `current_benefit_tier` NullableMinimalBenefitTier, nullable
        - `description` string, required — A description of what this tier includes.
        - `display_cost` string, nullable — A human-readable cost estimate for this tier (e.g., "~$100"). Null if cost is not available.
        - `id` string, required — The unique identifier (UUID) of the benefit tier.
        - `name` string, required — The name of the benefit tier (e.g., "Premium", "Standard").
      - `id` string, required — The unique identifier (UUID) of the benefit renewal request.
      - `number_of_affected_employees` integer, required — The number of employees who will be affected by this benefit renewal.
      - `renewal_selection_end_date` string, date, required — UTC date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
      - `renewal_selection_instructions` string, required — Instructions for the employer about the renewal process, available plans, and deadlines.
      - `renewal_selection_start_date` string, date, required — UTC date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
    - `current_page` integer — The current page among all of the total_pages
    - `total_count` integer — The total number of records in the result
    - `total_pages` integer — The total number of pages the user can go through

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
