---
title: "Retrieve a group"
method: GET
path: "/clubs/{connection_id}/group/{id}"
tags: ["clubs", "group"]
---

# Retrieve a group

`GET /clubs/{connection_id}/group/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- ClubsGroup — SummaryClub / DetailedClub, but generic across providers (TeamSnap team, PlayHQ org, etc.).
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `sport_type` 'RUNNING' | 'CYCLING' | 'SWIMMING' | 'TRIATHLON' | 'WALKING' | 'HIKING' | 'OTHER'
  - `group_type` 'CASUAL_CLUB' | 'RACING_TEAM' | 'SHOP' | 'COMPANY' | 'OTHER'
  - `address` PropertyClubsGroupAddress — The group's address
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `member_count` number
  - `following_count` number
  - `post_count` number
  - `is_private` boolean
  - `is_verified` boolean
  - `is_featured` boolean
  - `is_admin` boolean
  - `is_owner` boolean
  - `membership_status` 'MEMBER' | 'PENDING' | 'NONE'
  - `url` string
  - `profile_image_url` string
  - `cover_image_url` string
  - `activity_types` string[] — The activity types the group focuses on
  - `raw` object

---

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