Skip to main content

Simplify project status

GET 

/project/:id/simple-status

Get simplify project status

Request

Path Parameters

    id anyrequired

    A unique project ID

Responses

Successful response - simplify project status

Schema

    tests

    object[]

  • Array [

  • name string
    url string
    status string

    Possible values: [OK, Error message]

  • ]

  • total integer

    Total count of checks

    Example: 2
    failed

    Count of failing checks

    Example: 1