Authorizations
Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.
Path Parameters
Experiment id
Body
Fields to update
Name of the experiment. Within a project, experiment names are unique
Textual description of the experiment
Metadata about the state of the repo when the experiment was created
Id of default base experiment to compare against when viewing this experiment
Identifier of the linked dataset, or null if the experiment is not linked to a dataset
Version number of the linked dataset the experiment was run against. This can be used to reproduce the experiment after the dataset has been modified.
Whether or not the experiment is public. Public experiments can be viewed by anybody inside or outside the organization
User-controlled metadata about the experiment
A list of tags for the experiment
Response
Returns the experiment object
Unique identifier for the experiment
Unique identifier for the project that the experiment belongs under
Name of the experiment. Within a project, experiment names are unique
Whether or not the experiment is public. Public experiments can be viewed by anybody inside or outside the organization
Textual description of the experiment
Date of experiment creation
Metadata about the state of the repo when the experiment was created
Commit, taken directly from repo_info.commit
Id of default base experiment to compare against when viewing this experiment
Date of experiment deletion, or null if the experiment is still active
Identifier of the linked dataset, or null if the experiment is not linked to a dataset
Version number of the linked dataset the experiment was run against. This can be used to reproduce the experiment after the dataset has been modified.
Identifies the user who created the experiment
User-controlled metadata about the experiment
A list of tags for the experiment