# Get

Launch stage: Beta

`GET /api/2.0/identity/groups/{group_id}`

Fetches a group by its internal ID from the Databricks
 account that parents the calling workspace.

API scopes: identity

## Path parameters

- `group_id` (string, required)
  Required. Internal ID of the group in Databricks.

## Returns

Returns the Group object.

## Response

```json
{
  "account_id": "string",
  "group_id": "string",
  "external_id": "string",
  "group_name": "string"
}
```

