---
title: "Get sources summary"
method: GET
path: "/sources-summary"
tags: ["Usage"]
---

# Get sources summary

`GET /sources-summary`

Get counts and recent names for all source types. Designed for quick inventory checks.

## Response `200`

Successful Response

- SourcesSummaryResponse
  - `repositories` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `documentation` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `research_papers` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `huggingface_datasets` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `local_folders` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `slack` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `google_drive` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)
  - `x` SourceTypeSummary, required
    - `count` integer — Total number of sources of this type
    - `names` string[] — Names of most recent sources (up to 5)

---

[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/versions/d216ffc3efb6/schema)
