Skip to main content
Version: 4.7.8

Get a test case

Get a test case

Path Parameters
    id uuid required

    The ID of the test case to retrieve

Responses

Test case retrieved successfully


Schema
    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 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

Loading...