---
title: "Fetch information for a specific Device group"
method: GET
path: "/device_groups/{id}"
---

# Fetch information for a specific Device group

`GET /device_groups/{id}`

## Path parameters

- `id` string, required

## Response `200`

Information about one Device group

- DeviceGroup
  - `id` string — The canonical identifier for this device group
  - `name` string — The human-readable reference name
  - `slack_channel` string — The ID of the slack channel this group is linke do
  - `created_at` string, date-time — when the device group was created
  - `archived` boolean — Whether or not this device has been archived. When a device group is archived, all devices that were assigned to them are unassigned.

## Other responses

- `403` — An 'unauthorized' response may occur for features restricted by or unavailable to your organization

---

[API](https://skmtc.net/kolide/apis/k2-api.md) · [All operations](https://skmtc.net/kolide/apis/k2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kolide/k2-api/versions/7013d788398e/schema)
