Skip to main content
Version: 4.7.8

Get test results for a pipeline

Get test results for a pipeline

Query Parameters
    pipelineSlug string required

    The slug of the pipeline

Responses

Successful response


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

    The unique identifier for the test result.

    createdAt date-time required

    The date and time the test result was created.

    updatedAt date-time required

    The date and time the test result was last updated.

    pipelineId uuid required

    The unique identifier for the pipeline associated with the test result.

    branch string nullable

    The branch that the test result was created from

    commit string nullable

    The commit that the test result was created from

    metadata object nullable
    property name* MetadataValueObject nullable
    oneOf

    type string required

    Possible values: [url]

    url uri required
    text string required
    type string required

    type string required

    Possible values: [url]

    url uri required
    text string required
    name string nullable

    The name of the test result

  • ]
Loading...