Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get report preferences

GET/v1/private/projects/{projectId}/reports/preferencesGet report preferences

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

Parameters

projectIdstring · uuidpathrequired

Responses

200Report preferences or nullapplication/json
objectReportPreference
created_atstring · date-time
custom_promptstring

maxLength 5000 · minLength 0

enabledboolean
last_updated_atstring · date-time
project_idstring · uuid
schedule_timestring

pattern \d{2}:\d{2}:\d{2}

Example response
{
  "created_at": "2026-06-09T00:00:00Z",
  "custom_prompt": "string",
  "enabled": true,
  "last_updated_at": "2026-06-09T00:00:00Z",
  "project_id": "00000000-0000-0000-0000-000000000000",
  "schedule_time": "string"
}
Documentation menu