Skip to main content
GET
/
common
/
catalogues
/
{id}
/
llms
Error
A valid request URL is required to generate request examples
[
  {
    "attributes": {
      "active": true,
      "allowed_models": [
        "<string>"
      ],
      "api_endpoint": "<string>",
      "api_key": "<string>",
      "budget_start_date": "<string>",
      "default_model": "<string>",
      "filters": [
        {
          "attributes": {
            "description": "<string>",
            "name": "<string>",
            "namespace": "<string>",
            "response_filter": true,
            "script": [
              123
            ]
          },
          "id": "<string>",
          "type": "<string>"
        }
      ],
      "has_api_key": true,
      "logo_url": "<string>",
      "long_description": "<string>",
      "monthly_budget": 123,
      "name": "<string>",
      "namespace": "<string>",
      "plugins": [
        {
          "attributes": {
            "checksum": "<string>",
            "command": "<string>",
            "config": {},
            "created_at": "<string>",
            "description": "<string>",
            "hook_type": "<string>",
            "is_active": true,
            "manifest": {},
            "name": "<string>",
            "namespace": "<string>",
            "oci_reference": "<string>",
            "plugin_type": "<string>",
            "updated_at": "<string>"
          },
          "id": "<string>",
          "relationships": {
            "llms": {
              "data": [
                {
                  "attributes": {
                    "active": true,
                    "name": "<string>",
                    "vendor": "<string>"
                  },
                  "id": "<string>",
                  "type": "<string>"
                }
              ]
            }
          },
          "type": "<string>"
        }
      ],
      "privacy_score": 123,
      "short_description": "<string>",
      "vendor": "<string>"
    },
    "id": "<string>",
    "type": "<string>"
  }
]

Path Parameters

id
integer
required

Catalogue ID

Response

OK

attributes
object
id
string
type
string