---
title: "List Available Sources"
method: GET
path: "/vaults/available-sources"
tags: ["Usage"]
---

# List Available Sources

`GET /vaults/available-sources`

Return every source the user can add to a vault.

Merges data_sources (excluding vaults), local_folders, and projects into a
single list with a unified shape so the frontend picker shows everything.

## Query parameters

- `q` string, nullable — Search filter on display_name / url
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/revisions/d216ffc3efb6/schema)
