Skip to main content
GET
/
api
/
subjects
/
risk_assessment_report
Get risk assessment report
curl --request GET \
  --url http://localhost/api/api/subjects/risk_assessment_report \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Query Parameters

client_subject_id
string

Filter by client subject ID.

ordering
string

Order results by field. Available fields: daily_score, subject_lowest_score, true_hit_date, subject_name, client_subject_id. Prefix with "-" for descending order. Example: "-daily_score" for highest to lowest daily score.

rules_affected
string

Filter by rule numbers (comma-separated). Example: "1,3,5" returns subjects that violate rule 1 OR 3 OR 5.

subject_name
string

Filter by subject name.

Response

200 - application/json

Risk assessment report retrieved successfully.

Paginated risk assessment report