Reference
Create Evaluation Pipeline
POST
/
reports
This endpoint allows for the creation of Evaluation pipelines. These pipelines are given a name and associated with a dataset.
Headers
X-API-KEY
string
requiredAPI key to authorize the operation.
Body
application/json
name
string
requiredThe name of the report to be created. Must be between 1 and 255 characters in length.
Required string length:
1 - 255
test_dataset_id
integer
requiredThe ID of the dataset on which the report will be based. The dataset must be within an accessible workspace to the user.
Response
200 - application/json
success
boolean
requiredmessage
string
requiredreport_id
integer
requiredThe ID of the created report.
Was this page helpful?