---
title: "List source groups"
method: GET
path: "/v1/api/sourceGroups"
tags: ["Source Groups", "v1"]
---

# List source groups

`GET /v1/api/sourceGroups`

List source groups owned by the organization associated with the API key, as well as publicly visible source groups. Supports filtering by name and domain.

## Query parameters

- `name` string
- `domain` string
- `page` string — The page number to retrieve. _Starting from 0_. _Default value 0_.
- `size` string — The number of items per page. _Must be at least 1_. _Default value 10_.
- `sortBy` string, required — Field to sort by.
- `sortOrder` string, required — The sort order for the results. _Available values: 'asc' or 'desc'_.

## Other responses

- `400` — 400 - Bad Request
- `401` — 401 - Invalid API Key
- `403` — 403 - Request Forbidden
- `429` — 429 - Too Many Requests
- `500` — 500 - Server Error

---

[API](https://skmtc.net/goperigon/apis/perigon-api.md) · [All operations](https://skmtc.net/goperigon/apis/perigon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goperigon/perigon-api/versions/2c55bf07003a/schema)
