Skip to main content
Version: 4.7.8

Get test cases

Get test cases

Query Parameters
    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 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...