Retrieve all Risk Registers associated with the account.
🔒 Requires Risk Management: List Risk Registers 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
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [ ],
- "pagination": {
- "cursor": "string"
}
}Create Risk Register.
🔒 Requires Risk Management: Create Risk Register permission.
💎 Requires your account have the Risk Management Pro feature. Contact your CSM for help upgrading.
Created
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
{- "name": "Default Register",
- "description": "Register for all Risks",
- "ownerIds": [
- 1,
- 2,
- 3
]
}{- "id": 1,
- "name": "Default Register",
- "description": "Default Register for all Risks",
- "owners": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}Get Risk Register details
🔒 Requires Risk Management: Get Risk Register 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,
- "name": "Default Register",
- "description": "Default Register for all Risks",
- "owners": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}Update the Risk Register details
🔒 Requires Risk Management: Update Risk Register 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
{- "description": "Register for all Risks",
- "ownerIds": [
- 1,
- 2,
- 3
], - "name": "Default Register"
}{- "id": 1,
- "name": "Default Register",
- "description": "Default Register for all Risks",
- "owners": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}Deletes a Risk Register
🔒 Requires Risk Management: Delete Risk Register permission.
💎 Requires your account have the Risk Management Pro feature. Contact your CSM for help upgrading.
No Content
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
{- "name": "string",
- "statusCode": 0,
- "message": "string",
- "code": 0,
- "debugInfo": {
- "name": "string",
- "message": "string",
- "stack": "string"
}
}