cURL
curl --request GET \ --url http://localhost:8080/api/v1/catalogues \ --header 'Authorization: <api-key>'
[ { "attributes": { "llm_names": [ "<string>" ], "name": "<string>" }, "id": "<string>", "type": "<string>" } ]
Get a list of all catalogues with their associated LLM names
OK
Show child attributes
Was this page helpful?