Skip to main content
GET
Get Rag Config

Description

Retrieves the configuration of a specific RAG (Retrieval-Augmented Generation) instance using its unique ID.

Endpoint

GET /v3/rag/{config_id}/

Base URL

https://rag-dev.test.studio.lyzr.ai

Authentication

  • Requires API Key (x-api-key) in the request header.

Path Parameters

Request Example (cURL)

Response

200 - Successful Response

403 - Invalid Permission

422 - Validation Error

Authorizations

x-api-key
string
header
required

Path Parameters

config_id
string
required

The unique ID of the RAG configuration to retrieve.

Response

Successful Response

id
string
user_id
string
llm_credential_id
string
embedding_credential_id
string
vector_db_credential_id
string
description
string
collection_name
string
llm_model
string
embedding_model
string
vector_store_provider
string
semantic_data_model
boolean
meta_data
object