Skip to main content
GET
/
api
/
v2
/
config
Get Config
curl --request GET \
  --url http://localhost:8080/api/v2/config
{
  "resources": {
    "embedders": [
      {
        "name": "<string>",
        "provider": "<string>",
        "status": "READY",
        "error": "<string>"
      }
    ],
    "language_models": [
      {
        "name": "<string>",
        "provider": "<string>",
        "status": "READY",
        "error": "<string>"
      }
    ],
    "rerankers": [
      {
        "name": "<string>",
        "provider": "<string>",
        "status": "READY",
        "error": "<string>"
      }
    ],
    "databases": [
      {
        "name": "<string>",
        "provider": "<string>",
        "status": "READY",
        "error": "<string>"
      }
    ]
  }
}

Response

200 - application/json

Successful Response

resources
object
required