curl --request GET \
--url http://localhost/api/api/subjects/risk_assessment_report \
--header 'Authorization: Bearer <token>'{}Retrieve a risk assessment report for all subjects.
curl --request GET \
--url http://localhost/api/api/subjects/risk_assessment_report \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
Filter by client subject ID.
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.
Filter by rule numbers (comma-separated). Example: "1,3,5" returns subjects that violate rule 1 OR 3 OR 5.
Filter by subject name.
Risk assessment report retrieved successfully.
Paginated risk assessment report