List frameworks
List the governance frameworks in a workspace.
A framework is a set of rules — drawn from a regulation, a standard, or your own internal policy — that Openlayer tracks compliance against. Use this endpoint to find the framework you want to report on, then read its rules and rule results.
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 <= 100Filter by a free-text search over names and descriptions.
Only include items that apply to this project.
Whether to sort in ascending order.
Whether to include a ruleStats object on each framework, with its rule result status counts and its per-project completion buckets. Computed over the returned page only.
Only include frameworks that are enabled (or disabled).
Only include frameworks carrying all of these tags.
The column to sort on.
name, enabled, dateCreated, dateUpdated, overallCompletion, projectCompletionBuckets How to compare each framework's completion percentage with completionValue. Must be sent together with completionValue.
is, >, >=, <, <=, != The completion percentage to compare against, from 0 to 100.
0 <= x <= 100Response
Status OK.