Get test cases
At least one of datasetId, pipelineId, or pipelineSlug must be provided
Query Parameters
The ID of the Dataset to retrieve test cases for
The ID of the Pipeline to retrieve test cases for
The slug of the Pipeline to retrieve test cases for
- 200
Test cases retrieved successfully
Schema
- Array [
- ]
data object[] required
The ID of the test case
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
The expected outputs for the test case
inputs object required
The input data for the test case as a JSON object
The input data for the test case as a JSON object
The name of the test case
The ID of the pipeline that the test case belongs to
The ID of the dataset that the test case belongs to
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "deletedAt": 0, "expectedOutputs": {}, "inputs": {}, "name": "string", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "datasetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } ] }
Schema
- Array [
- ]
data object[] required
The ID of the test case
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
The expected outputs for the test case
inputs object required
The input data for the test case as a JSON object
The input data for the test case as a JSON object
The name of the test case
The ID of the pipeline that the test case belongs to
The ID of the dataset that the test case belongs to
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "deletedAt": 0, "expectedOutputs": {}, "inputs": {}, "name": "string", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "datasetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } ] }