Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Update report preferences

PUT/v1/private/projects/{projectId}/reports/preferencesUpdate report preferences

Enable or disable daily report generation for a project.

Parameters

projectIdstring · uuidpathrequired

Request body

application/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 request
{
  "custom_prompt": "string",
  "enabled": true,
  "project_id": "00000000-0000-0000-0000-000000000000",
  "schedule_time": "string"
}

Responses

200Updated preferencesapplication/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