Skip to main content

Project results

GET 

/project/:ProjectId/job/:JobId/results

Retrieve latest project's checks results

Request

Path Parameters

    ProjectId stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f
    JobId stringrequired

    A unique Job ID

    Example: 55ae166c25b395537a8b6029

Responses

Project results

Schema
    jobId string

    A unique ID for each project job

    total integer

    The total number of tests performed

    failed integer

    The number of failed tests

    processed boolean

    Has this job already been processed

    persist boolean

    Is this job temporary of persist

    startedAt integer

    Time when job started (unix timestamp)

    duration number

    Duration of the job in seconds

    mode number
    areas string[]

    List of areas

    results string[]

    Array of test results -- each result has a testId, testName etc.

Loading...