ListCheckCategories
List the workspace’s checks with their resolved categories. Returns every check by default; the filters combine, so one call answers questions like “which dbt tests still have no governance category” or “which checks did this rule categorise”.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Keep only checks that are, or are not, categorised on the technical dimension.
CATEGORISATION_FILTER_UNSPECIFIED, CATEGORISATION_FILTER_CATEGORISED, CATEGORISATION_FILTER_UNCATEGORISED Keep only checks that are, or are not, categorised on the governance dimension.
CATEGORISATION_FILTER_UNSPECIFIED, CATEGORISATION_FILTER_CATEGORISED, CATEGORISATION_FILTER_UNCATEGORISED Keep only checks whose technical category was, or was not, set explicitly.
OVERRIDE_FILTER_UNSPECIFIED, OVERRIDE_FILTER_OVERRIDDEN, OVERRIDE_FILTER_NOT_OVERRIDDEN Keep only checks whose governance category was, or was not, set explicitly.
OVERRIDE_FILTER_UNSPECIFIED, OVERRIDE_FILTER_OVERRIDDEN, OVERRIDE_FILTER_NOT_OVERRIDDEN Keep only checks currently categorised by one of these rules, on either dimension. This is the paginated companion to ChecksCategorisationRulesService.ListRuleMatches, which reports exact counts and a sample per rule.
100Keep only checks whose effective technical category is one of these.
200200Keep only checks whose effective governance category is one of these.
200200Keep only checks with these attributes — the same platform / entity type / package / kind selection a categorisation rule matches on, so a listing can be narrowed to exactly the checks a candidate rule would consider.
Keep only these checks. Combines with the other filters, so it answers "which of these checks are uncategorised" in a single call.
5001 - 2000Pagination. Defaults to 200 checks per page.