REPORT
Read v1 report data: list/filter reports, get a single report, and get a single step execution's full questionnaire (sections/questions/answers).
List reports
List v1 reports (summary view), optionally filtered by assessment type, status, and date ranges. Paginated via `limit`/`offset`. Use Get Report for a single report's full detail, and Get Assessment for question/answer-level data.
Get Report
Retrieve a single v1 report's full detail, including step executions, sections, scores, and area-to-improve findings. Does not include individual questionnaire questions/answers — use Get Assessment (`include_step_questions=true`) or Get Step Execution for that.
Get Step Execution
Get one step execution with questionnaire definitions and answers. Section parentId identifies a parent section, Question parentId identifies a parent question, and answer parentId is the legacy parent answer-choice identifier; use answer parentChoiceId for new integrations.