Applies to:
Summary
Views cannot be duplicated directly through the UI as they are scoped to specific projects. To copy a view configuration from one project to another, you must use the Braintrust API to export the view settings and recreate them in the destination project.Configuration Steps
Step 1: Get the source view configuration
Use the List Views API to retrieve the view you want to duplicate and note theoptions payload.
Note: This is an example curl command. You’ll need to edit the parameters accordingly and check the API documentation for details on what each key means.
Step 2: Create the view in the destination project
Use the Create View API with the sameoptions and view_type from Step 1, pointing to your destination project.
Note: This is an example curl command. You’ll need to edit the parameters accordingly and check the API documentation for details on what each key means.
options JSON (columns, filters, sort configuration) and specify the destination project_id.