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

    failed

    Count of failing checks

Loading...