Extension Reports
Get extension report
Return one Integrito report-data record by ID. Returns 403 if the record exists but belongs to another user's text. Returns 404 if no record with the given ID exists.
get/api/v1/extension/reports/{id}/
Response
A single Integrito report-data record.
Example response
{
"success": true,
"data": {
"report": {
"id": "12",
"text_id": "345",
"item_id": "john-course1-quiz5-question9",
"plagiarism": 25.5,
"ai": 10.25,
"created_at": "1706199949000"
}
}
}