---
title: "Get collectorGroups"
method: GET
path: "/collectorGroups/{key}"
tags: ["collectorGroups"]
---

# Get collectorGroups

`GET /collectorGroups/{key}`

Retrieve the specified collectorGroup metadata by the collectorGroups's id or name. You may also optionally specify a list of fields to include in the response.

## Path parameters

- `key` string, required

## Query parameters

- `fields` string[]

## Response `200`

Success, returns the specified collectorGroup's metadata.

- CollectorGroupsResponse — The group of collectors
  - `description` string — A description of the collector group.
  - `createdBy` string — Id of the user who created the collector group.
  - `id` string — The collector group id.
  - `name` string — The collector group name.
  - `collectors` object[] — List of collectors for the group.

## Other responses

- `400` — Invalid ID supplied
- `404` — CollectorGroup not found

---

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