---
title: "Get group details"
method: GET
path: "/api/v1/groups/view/{id}/"
tags: ["Groups"]
---

# Get group details

`GET /api/v1/groups/view/{id}/`

Return basic group details, owner contact information, and current group balance. The authenticated user must be a member of the group.

## Path parameters

- `id` integer, required

## Response `200`

The request succeeded and returned group details.

- object
  - `success` boolean
  - `data` object
    - `id` integer, required — Numeric group ID.
    - `name` string, required — Group display name.
    - `created_at` integer, required — Group creation timestamp in milliseconds.
    - `owner` object, nullable, required — Owner contact information, or `null` when no owner membership is found.
      - `name` string — Name of the group owner.
      - `email` string, email — Email address of the group owner.
    - `group_balance` Account, required — Balance counters for a user or group account.
      - `balance` integer, required — Available balance in pages. One page is 275 words.
      - `bonus` integer, required — Available bonus balance in pages. One page is 275 words.
      - `hold` integer, required — Balance on hold. This field is deprecated.
      - `hold_bonus` integer, required — Bonus balance on hold. This field is deprecated.
      - `ai_balance` integer, required — Available AI-check balance.

## Other responses

- `400` — The request is invalid. Check required fields, field formats, and resource ownership.
- `403` — Authentication or authorization failed because the token is missing, invalid, blocked, or not allowed to access the resource.

---

[API](https://skmtc.net/plagiarismcheck/apis/plagiarismcheck-org-api.md) · [All operations](https://skmtc.net/plagiarismcheck/apis/plagiarismcheck-org-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plagiarismcheck/plagiarismcheck-org-api/versions/034b4999350e/schema)
