---
title: "Data feed for groups"
method: GET
path: "/feed/groups"
tags: ["Data Feeds"]
---

# Data feed for groups

`GET /feed/groups`

## Response `200`

A successful response.

- S12ThepubV1FeedGroupsResponse — The response for `FeedGroups`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedGroupsResponseFeedGroup[] — The groups returned.
    - `id` string — ID of the group.
    - `organisation_id` string — ID of the organisation.
    - `name` string — Name of group.

## Other responses

- `default` — An unexpected error response.

---

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