cURL
curl --request GET \ --url http://localhost:8080/api/v1/catalogues/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "llm_names": [ "<string>" ], "name": "<string>" }, "id": "<string>", "type": "<string>" }
Get details of a catalogue by its ID
Catalogue ID
OK
Catalogue response model
Show child attributes
Was this page helpful?