List rule results
List rule results across a workspace.
A rule result is the compliance status of one rule for one entity: a project for project-scoped rules, or the workspace itself for workspace-scoped rules. This is the endpoint to poll or export when you want your current compliance state, filtered to a framework, a project, or a status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The workspace id.
Query Parameters
The page to return in a paginated query.
x >= 1Maximum number of items to return per page.
1 <= x <= 100Only include items belonging to this framework.
Only include items that apply to this project.
Only include items belonging to at least one enabled framework.
Whether to include rules that are not part of any framework.
Filter by a free-text search over names and descriptions.
Only include results of this rule.
Response
Status OK.