Get a test case
Get a test case
Path Parameters
The ID of the test case to retrieve
- 200
- 404
Test case retrieved successfully
Schema
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
{ "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
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
{ "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" }
Test case not found