{
"runName": "string",
"runDescription": "string",
"metadata": null,
"datasetItemId": "string",
"observationId": "string",
"traceId": "string"
}
{
"id": "<string>",
"status": {},
"input": null,
"expectedOutput": null,
"metadata": null,
"sourceTraceId": "<string>",
"sourceObservationId": "<string>",
"datasetId": "<string>",
"datasetName": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}DatasetRunItems
Create Dataset Run
Endpoint to create a dataset run
POST
/
api
/
trpc
/
datasets.createDataset
{
"runName": "string",
"runDescription": "string",
"metadata": null,
"datasetItemId": "string",
"observationId": "string",
"traceId": "string"
}
{
"id": "<string>",
"status": {},
"input": null,
"expectedOutput": null,
"metadata": null,
"sourceTraceId": "<string>",
"sourceObservationId": "<string>",
"datasetId": "<string>",
"datasetName": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}{
"runName": "string",
"runDescription": "string",
"metadata": null,
"datasetItemId": "string",
"observationId": "string",
"traceId": "string"
}
Show Request Description
Show Request Description
Response Description
Below you will see the description of the dataset item responsestring
required
Unique identifier for the dataset item.
enum
required
Status of the dataset item. Allowed values: ACTIVE | ARCHIVED.
null
Input data for the dataset item (optional).
null
Expected output data for the dataset item (optional).
null
Metadata associated with the dataset item (optional).
string
Trace ID of the data source (optional).
string
Observation ID of the data source (optional).
string
required
Unique identifier of the associated dataset.
string
required
Name of the associated dataset.
Date
required
Timestamp indicating when the dataset item was created.
Date
required
Timestamp indicating when the dataset item was last updated.
Code Response
Exemples of Response CodeRequest Successful Response
Request Failure

