Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get reports for a project

GET/v1/private/projects/{projectId}/reportsGet reports for a project

Returns a paginated list of reports, newest first.

Parameters

projectIdstring · uuidpathrequired
pageinteger · int32query

default 1 · minimum 1

sizeinteger · int32query

default 10 · maximum 100 · minimum 1

Responses

200Reports pageapplication/json
objectOllieReportPage
contentarray of object
Show child attributes
Show array items
contentstring
created_atstring · date-time
failure_reasonstring
idstring · uuid
last_updated_atstring · date-time
project_idstring · uuid
recommended_actionsobject
session_idstring
statusstring

one of "pending", "completed", "failed"

pageinteger · int32
sizeinteger · int32
totalinteger · int64
Example response
{
  "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
}
Documentation menu