Skip to main content
Version: 4.7.8

Get test results

Get test results

Query Parameters
    pipelineId string

    The ID of the pipeline

    pipelineSlug string

    The slug of the pipeline

    createdAt any

    Criteria to search by creation date

    metadata object

    Criteria to search by metadata

Responses

Successful response


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

    The unique identifier for the test result.

    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.

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