Skip to main content
GET
Get Configuration

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Successful Response

id
string<uuid>
required
created_by
string<uuid>
required
default_llm_model
string | null

Default LLM model (e.g., 'openai:gpt-4o')

default_embedding_model
string | null

Default embedding model (e.g., 'openai:text-embedding-3-small')

updated_at
string<date-time>