21risk icon

21risk

Risk and compliance platform for audits, checklists, sites, organizations, risk models, and compliance reports.

Reads compliance data across sites, audit reports, risk models, organization properties, and monthly question-level performance for risk reviews.

Sign in to connect 21risk

Sign in to connect an account and start using 21risk in your apps.

Example Use Cases

These are example ways Snow can use 21risk when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Get Compliance

Tool to retrieve compliance data for sites, categories, or questions. Use when you need OData-based compliance data for analytics or reporting.

Get Items (BETA)

Tool to retrieve items (BETA) from the 21RISK OData API. Use when you need a filtered and paged list of items for analytics and reporting. Example: GET_ITEMS($filter="Item Cost gt 100", $top=50).

Get Items Per Month

Tool to retrieve fact table data for ItemsPerMonth, one row per question per site per month. Use when querying monthly item data with OData parameters ($filter, $top, $skip, $select, maxPageSizeInMb).

Get Organizations

Tool to retrieve organizations from the 21RISK OData API. Use when you need to list, filter, or paginate organizations via OData parameters after authentication is confirmed.

Get Properties

Tool to fetch a list of properties related to sites, including COPE information and other relevant data. Use when you need property insurance details via OData API after authentication.

Get Reports

Tool to retrieve audit reports, including draft, published, and scheduled reports. Use when you need a paginated list of reports with optional OData filtering.

Get Risk Models

Tool to retrieve risk models used for audits and compliance. Use when you need to list available risk models with optional OData queries.

Get RiskModel Categories

Tool to retrieve risk model categories for grouping questions and compliance checks. Use when you need to filter, select, or paginate risk model categories via OData parameters ($filter, $select, $orderby, $top, $skip, $count).