Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get insights view by id

GET/v1/private/insights-views/{insightsViewId}Get insights view by id

Get insights view by id

Parameters

insightsViewIdstring · uuidpathrequired

Responses

200Insights view resourceapplication/json
objectDashboard_Public
configobjectrequired
created_atstring · date-time
created_bystring
descriptionstring

maxLength 1000 · minLength 0

idstring · uuid
last_updated_atstring · date-time
last_updated_bystring
namestringrequired

maxLength 120 · minLength 1

project_idstring · uuid

Project ID. Takes precedence over project_name when both are provided.

scopestring

one of "workspace", "insights"

slugstring
typestring

one of "multi_project", "experiments"

workspace_idstring
Example response
{
  "config": {},
  "created_at": "2026-06-09T00:00:00Z",
  "created_by": "string",
  "description": "string",
  "id": "00000000-0000-0000-0000-000000000000",
  "last_updated_at": "2026-06-09T00:00:00Z",
  "last_updated_by": "string",
  "name": "string",
  "project_id": "00000000-0000-0000-0000-000000000000",
  "scope": "insights",
  "slug": "string",
  "type": "experiments",
  "workspace_id": "string"
}
404Insights view not found
Documentation menu