---
title: "All feeds for current user in a given group"
method: GET
path: "/{username}/groups/{group_key}/feeds"
tags: ["Groups", "Feeds"]
---

# All feeds for current user in a given group

`GET /{username}/groups/{group_key}/feeds`

The Group Feeds endpoint returns information about the user's feeds. The response includes the latest value of each feed, and other metadata about each feed, but only for feeds within the given group.

## Path parameters

- `group_key` string, required
- `username` string, required

## Response `200`

An array of feeds

- Feed[]
  - `id` number
  - `name` string
  - `key` string
  - `group` object
  - `groups` ShallowGroup[]
    - `id` number
    - `name` string
    - `description` string
    - `created_at` string
    - `updated_at` string
  - `description` string
  - `details` object — Additional details about this feed.
    - `shared_with` object[] — Access control list for this feed
    - `data` object
      - `first` object
      - `last` object
      - `count` integer — Number of data points stored by this feed.
  - `unit_type` string
  - `unit_symbol` string
  - `history` boolean
  - `visibility` 'private' | 'public'
  - `license` string
  - `enabled` boolean
  - `last_value` string
  - `status` string
  - `status_notify` boolean — Is status notification active?
  - `status_timeout` integer — Status notification timeout in minutes.
  - `created_at` string
  - `updated_at` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/adafruit/apis/adafruit-io-rest-api.md) · [All operations](https://skmtc.net/adafruit/apis/adafruit-io-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adafruit/adafruit-io-rest-api/revisions/b16cd6123537/schema)
