cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/catalog/v1/sources \ --header 'X-Clinia-API-Key: <api-key>'
{ "meta": { "numPages": 123, "page": 123, "perPage": 123, "total": 123 }, "data": [ { "type": "registry", "key": "<string>" } ] }
List the data sources.
A successful response.
Show child attributes
registry
Was this page helpful?