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

# Get report preferences

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

Returns report preferences for a project, or null if none have been set.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Report preferences or null

- ReportPreference
  - `project_id` string, uuid
  - `enabled` boolean
  - `schedule_time` string
  - `custom_prompt` string
  - `created_at` string, date-time
  - `last_updated_at` string, date-time

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
