Get a list of all RuleSets with their associated Rules.
RuleSet
Rule
curl --request GET \ --url https://api.decodahealth.com/v1/rule-set/list \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "description": "<string>", "id": "<string>", "name": "<string>", "rules": [] } ]
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type RuleSetSummary · object[].
RuleSetSummary · object[]