---
title: "List PlanGroupLinks"
method: GET
path: "/organizations/{orgId}/plangrouplinks"
tags: ["PlanGroupLink"]
---

# List PlanGroupLinks

`GET /organizations/{orgId}/plangrouplinks`

Retrieve a list of PlanGroupLink entities

## Path parameters

- `orgId` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string
- `planGroup` string
- `plan` string
- `ids` string[]

## Response `200`

ListPlanGroupLinks 200 response

- PaginatedPlanGroupLinkResponseData
  - `data` PlanGroupLinkResponse[]
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `planGroupId` string — ID of the linked PlanGroup
    - `planId` string — ID of the linked Plan
    - `dtCreated` string, date-time — The DateTime *(in ISO-8601 format)* when the plan group link was created.
    - `dtLastModified` string, date-time — The DateTime *(in ISO-8601 format)* when the plan group link was last modified.
    - `createdBy` string — The id of the user who created this plan group link.
    - `lastModifiedBy` string — The id of the user who last modified this plan group link.
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `nextToken` to the response with the `200` status
- **2025-02-04** `9433593378b5` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `nextToken` from the response with the `200` status

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/plangrouplinks/get.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
