---
title: "Get all Keywords based on GroupId"
method: GET
path: "/orgunit/{orgunitId}/groups/{groupId}/keywords"
tags: ["Keywords"]
---

# Get all Keywords based on GroupId

`GET /orgunit/{orgunitId}/groups/{groupId}/keywords`

## Path parameters

- `orgunitId` string, required
- `groupId` string, required

## Query parameters

- `filter` string
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success

- KeywordsResponsePaginatedResponse4ExternalApiResponseNew
  - `data` KeywordsResponsePaginatedResponse4
    - `totalCount` integer
    - `filterCount` integer
    - `totalPages` integer
    - `data` KeywordsResponse[], nullable
      - `name` string, nullable
      - `onContact` string, nullable
      - `notificationEmails` string[], nullable
      - `notificationMobileNos` string[], nullable
  - `appCode` string, nullable
  - `message` string, nullable
  - `isError` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/ministrybytext/apis/pbt-api-documentation.md) · [All operations](https://skmtc.net/ministrybytext/apis/pbt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministrybytext/pbt-api-documentation/versions/ca6e9c8f430d/schema)
