Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/profiles \ --header 'X-Clinia-API-Key: <api-key>'
{ "meta": { "numPages": 123, "page": 123, "perPage": 123, "total": 123 }, "data": [ { "key": "<string>", "properties": {}, "description": "<string>", "contained": {} } ] }
List all available Profiles in the registry.
The key of the source.
Return all profiles available in the registry.
Show child attributes
Was this page helpful?