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

Authorizations

x-api-key
string
header
required

Path Parameters

rag_config_id
string
required
database_id
string
required
table_name
string
required

Response

200
application/json

Table preview

The response is of type object.