Skip to main content

Starting project

GET 

/project/:id/start

Start all checks in project

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Query Parameters

    tests string[]

    Array of

    Example: [55ae166c25b395537a8b6029, 510fa4a3bd96e74c0200000b]

Responses

Job starts successfully

Schema
    projectId string

    A unique Project ID

    jobId string

    A unique ID for each Job

    start string

    Value ok means your tests have successfully started

    results string

    The URL where you can view your results

Loading...