Skip to main content
GET
Get project_automation

Authorizations

Authorization
string
header
required

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

project_automation_id
string<uuid>
required

ProjectAutomation id

Response

Returns the project_automation object

id
string<uuid>
required

Unique identifier for the project automation

project_id
string<uuid>
required

Unique identifier for the project that the project automation belongs under

name
string
required

Name of the project automation

config
object
required

The configuration for the automation rule

user_id
string<uuid> | null

Identifies the user who created the project automation

created
string<date-time> | null

Date of project automation creation

description
string | null

Textual description of the project automation