GET
/v1/private/projects/{projectId}/reportsGet reports for a projectReturns a paginated list of reports, newest first.
Parameters
projectIdstring · uuidpathrequiredpageinteger · int32querysizeinteger · int32queryResponses
objectOllieReportPage
contentarray of objectShow child attributes
Show array items
contentstringcreated_atstring · date-timefailure_reasonstringidstring · uuidlast_updated_atstring · date-timeproject_idstring · uuidrecommended_actionsobjectsession_idstringstatusstringpageinteger · int32sizeinteger · int32totalinteger · int64{
"content": [
{
"content": "string",
"created_at": "2026-06-09T00:00:00Z",
"failure_reason": "string",
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"project_id": "00000000-0000-0000-0000-000000000000",
"recommended_actions": {},
"session_id": "string",
"status": "completed"
}
],
"page": 0,
"size": 0,
"total": 0
}