Skip to main content
Version: 4.7.24

Get test cases

At least one of datasetId, pipelineId, or pipelineSlug must be provided

Query Parameters
    datasetId string

    The ID of the Dataset to retrieve test cases for

    pipelineId uuid

    The ID of the Pipeline to retrieve test cases for

    pipelineSlug string

    The slug of the Pipeline to retrieve test cases for

Responses

Test cases retrieved successfully


Schema
    data object[] required
  • Array [
  • id uuid required

    The ID of the test case

    createdAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    updatedAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    archivedAt float nullable deprecated

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    deletedAt float nullable required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    expectedOutputs object nullable

    The expected outputs for the test case

    inputs object required

    The input data for the test case as a JSON object

    property name* any

    The input data for the test case as a JSON object

    name string required

    The name of the test case

    pipelineId uuid required

    The ID of the pipeline that the test case belongs to

    datasetId uuid required

    The ID of the dataset that the test case belongs to

  • ]
Loading...