Assessments
Get Assessment Record
Use this API to retrieve an assessment record containing basic assessment information, sections with questions and responses, and current status. By default, returns a lightweight version that excludes risk information, approvers, respondents, attachments, and other detailed metadata. Set showAllDetails=true to get the full export equivalent response.
get/api/assessment/v2/assessments/{assessmentId}/record
Path parameters
assessmentIdstring uuid required
UUID of the assessment
Query parameters
showAllDetailsboolean
When true, returns the full assessment export with all details including risks, approvers, respondents, attachments, etc. When false (default), returns a lightweight record with only basic info, sections, questions, and responses.
excludeSkippedQuestionsboolean
Flag to exclude skipped questions (only applicable when showAllDetails=true)