---
title: "Get reports for a project"
method: GET
path: "/v1/private/projects/{projectId}/reports"
tags: ["Reports"]
---

# Get reports for a project

`GET /v1/private/projects/{projectId}/reports`

Returns a paginated list of reports, newest first.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Reports page

- OllieReportPage
  - `page` integer
  - `size` integer
  - `total` integer
  - `content` OllieReport[]
    - `id` string, uuid
    - `project_id` string, uuid
    - `session_id` string
    - `content` string
    - `recommended_actions` JsonNode
    - `status` 'pending' | 'completed' | 'failed'
    - `failure_reason` string
    - `created_at` string, date-time
    - `last_updated_at` string, date-time

## Changes

- **2026-08-19** `bcd13aadaaf8` — 1 info
  - added the optional property `content/items/failure_reason` to the response with the `200` status
- **2026-06-12** `39dc698f3952` — 1 info
  - endpoint added
- **2026-05-04** `d606e84c75e4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/projects/:projectId/reports/get.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/1a1bcfd67f99/schema)
