List organization risks
List organization risks with owners, departments, severity, mitigation status, and evidence for risk management reporting.
Query parameters
Search by title (case-insensitive contains)
Page number (1-indexed)
Number of items per page
Sort by field
Sort direction
Filter by status
Filter by category
Filter by department
Filter by assignee member ID
Response
Risks retrieved successfully
Example response
{
"data": [
{
"id": "rsk_abc123def456",
"title": "Data breach vulnerability in user authentication system",
"description": "Weak password requirements could lead to unauthorized access to user accounts",
"category": "technology",
"status": "open",
"likelihood": "possible",
"impact": "major",
"treatmentStrategy": "mitigate",
"assigneeId": "mem_abc123def456"
}
],
"count": 15,
"authenticatedUser": {
"id": "usr_def456ghi789",
"email": "user@example.com"
}
}Changes
Changed in 1 of the 51 revisions of this API.19
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
- ○
added the new optional
queryrequest parameterassigneeIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercategorynew-optional-request-parameter
- ○
added the new optional
queryrequest parameterdepartmentnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterperPagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortDirectionnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the new optional
queryrequest parametertitlenew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●