GET
/
v3
/
semantic_model
/
list_tables
/
{rag_config_id}
/
{database_id}
curl --request GET \
  --url https://agent-prod.studio.lyzr.ai/v3/semantic_model/list_tables/{rag_config_id}/{database_id} \
  --header 'x-api-key: <api-key>'
{
  "schemas_and_tables": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

rag_config_id
string
required
database_id
string
required

Response

200
application/json

List of schemas and table names

The response is of type object.