---
title: "List Access Groups"
method: GET
path: "/access_group/list"
tags: ["model management"]
---

# List Access Groups

`GET /access_group/list`

List all access groups.

Returns a list of all access groups with their model names and deployment counts.

Example:
```bash
curl -X GET 'http://localhost:4000/access_group/list' \
  -H 'Authorization: Bearer sk-1234'
```

Returns:
- ListAccessGroupsResponse with all access groups

## Response `200`

Successful Response

- ListAccessGroupsResponse
  - `access_groups` AccessGroupInfo[], required
    - `access_group` string, required
    - `model_names` string[], required
    - `deployment_count` integer, required

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
