v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
component_views

Create View

Create a new component view.

If this is the first view for the scope, it will automatically be set as default.

Permissions:

  • User views: Any project collaborator can create
  • Project views: Only owner/editor can create
post/projects/{project_id}/views

Path parameters

project_idstring uuid4 required

Request body

project_idstring uuid4 required
run_idstring uuid4 nullable
component'logstream_table' | 'experiments_table' required

Types of components that can have saved views.

visibility'user' | 'project'

Visibility levels for views.

namestring required

Name of the view

descriptionstring nullable

Optional description

view_dataobject required

JSON view configuration

Response

Successful Response

idstring uuid4 required
created_bystring uuid4 required
project_idstring uuid4 required
run_idstring uuid4 nullable required
component'logstream_table' | 'experiments_table' required

Types of components that can have saved views.

visibility'user' | 'project' required

Visibility levels for views.

namestring required
descriptionstring nullable required
view_dataobject required
is_defaultboolean required
can_editboolean
created_atstring date-time required
updated_atstring date-time required