cURL
curl --request GET \ --url http://localhost:8080/api/v1/users/{id}/catalogues \ --header 'Authorization: <api-key>'
{ "attributes": { "catalogues": [ { "attributes": { "llm_names": [ "<string>" ], "name": "<string>" }, "id": "<string>", "type": "<string>" } ] }, "id": "<string>", "type": "<string>" }
Get a list of all catalogues accessible to a user
User ID
OK
User accessible catalogues response model
Show child attributes
Was this page helpful?