---
title: "Get Config"
method: GET
path: "/knowledge/config"
tags: ["Knowledge"]
---

# Get Config

`GET /knowledge/config`

Retrieve available readers, chunkers, and configuration options for content processing. This endpoint provides metadata about supported file types, processing strategies, and filters.

## Query parameters

- `db_id` string, nullable — Database ID to use
- `knowledge_id` string, nullable — Knowledge base ID to use

## Response `200`

Knowledge configuration retrieved successfully

- ConfigResponseSchema
  - `readers` object, nullable — Available content readers
  - `readersForType` object, nullable — Mapping of content types to reader IDs
  - `chunkers` object, nullable — Available chunking strategies
  - `filters` string[], nullable — Available filter tags
  - `vector_dbs` VectorDbSchema[], nullable — Configured vector databases
    - `id` string, required — Unique identifier for the vector database
    - `name` string, nullable — Name of the vector database
    - `description` string, nullable — Description of the vector database
    - `search_types` string[], nullable — List of supported search types (vector, keyword, hybrid)
  - `remote_content_sources` RemoteContentSourceSchema[], nullable — Configured remote content sources (S3, GCS, SharePoint, GitHub)
    - `id` string, required — Unique identifier for the content source
    - `name` string, required — Display name for the content source
    - `type` string, required — Type of content source (s3, gcs, sharepoint, github, azureblob)
    - `metadata` object, nullable — Custom metadata for the content source
    - `prefix` string, nullable — Default path prefix for this source

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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