The Risk Library is a collection of Risks that can be copied into a Risk Register. The help docs have more information.
Find Library Risks by search terms and filters.
🔒 Requires Risk Management: List Risks permission.
💎 Requires your account have the Risk Management Pro feature. Contact your CSM for help upgrading.
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [
- {
- "id": 1,
- "riskId": "AC-04",
- "title": "Password Management - Password Cracking",
- "description": "An attacker attempts to gain access to organizational information by guessing passwords.",
- "controls": [
- {
- "id": 10,
- "code": "AC-2",
- "name": "Account Management",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "categories": [
- {
- "id": 1,
- "name": "Access Control",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
]
}
], - "pagination": {
- "cursor": "string"
}
}Get Risk Library
🔒 Requires Risk Management: Get Risk permission.
💎 Requires your account have the Risk Management Pro feature. Contact your CSM for help upgrading.
Successful
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "id": 1,
- "riskId": "AC-04",
- "title": "Password Management - Password Cracking",
- "description": "An attacker attempts to gain access to organizational information by guessing passwords.",
- "controls": [
- {
- "id": 10,
- "code": "AC-2",
- "name": "Account Management",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "categories": [
- {
- "id": 1,
- "name": "Access Control",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
]
}Copy Risk Library Items to Register
🔒 Requires Risk Management: Create Risk permission.
💎 Requires your account have the Risk Management Pro feature. Contact your CSM for help upgrading.
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "bulkActionType": "COPY_BY_IDS",
- "riskIds": [
- "AA-01",
- "AA-02",
- "AA-03"
], - "riskGroups": [
- "CLOUD_ENVIRONMENT"
], - "registerId": 1
}{- "data": [
- {
- "id": 100,
- "riskId": "AC-04",
- "title": "Password Management - Password Cracking",
- "description": "An attacker attempts to gain access to organizational information by guessing passwords.",
- "registerId": 5
}
]
}