Table views
Tables in Braintrust can be filtered and sorted by typing a query into the search bar. You can also rearrange, resize, or hide columns to surface relevant data. These table configurations can be saved for quick access.
To save a customized view, click the Views dropdown next to the search bar.
Then click "Save view" to save the current table configuration.
Views are scoped to the containing project (or organization) and are specific to one type of table. For example, if you save an experiment view, you can load the same view for other experiments within the same project.
REST API
Table views can be manipulated via the REST API. Note that the parent
object_type
and object_id
are required parameters for all views operations in the API.
Read/write access is governed by the parent object's RBAC permissions.