# 21risk

21RISK is a web application that simplifies working with checklists, audits, and actions, facilitating compliance and risk management processes.

- **Category:** business intelligence
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 9
- **Triggers:** 0
- **Slug:** `_21RISK`
- **Version:** 20260313_00

## Tools

### Get Compliance

**Slug:** `_21RISK_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)

**Slug:** `_21RISK_GET_ITEMS`

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

**Slug:** `_21RISK_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

**Slug:** `_21RISK_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

**Slug:** `_21RISK_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

**Slug:** `_21RISK_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 RiskModel Categories

**Slug:** `_21RISK_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).

### Get Risk Models

**Slug:** `_21RISK_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 Sites

**Slug:** `_21RISK_GET_SITES`

Tool to retrieve sites (locations) from the 21RISK OData API. Use when you need to list, filter, or page sites with OData query parameters after authentication is confirmed.
