---
title: "Returns custom sources records referenced by the group id given"
method: GET
path: "/customsource"
tags: ["customsource"]
---

# Returns custom sources records referenced by the group id given

`GET /customsource`

Returns a list of custom sources of the given matching criteria

## Query parameters

- `ouId` integer, required
- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

An object containing all the details of custom sources of specific org_unit_id

- CustomSources[]
  - `custom_source_id` integer — The custom_source_id
  - `org_unit_id` integer — The org_unit_id
  - `custom_source_name` string — Specifies the custom source name
  - `custom_source_type` string — Specifies the custom source type

## Other responses

- `default` — Unexpected error

---

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