Skip to content

Project Indicators

Run any process from the Project status page

POST /project/health/indicator/{indicatorId}/run-script

Main project processes are displayed on the Project status page. Some of them can be initiated manually by clicking the Run button.

This API method allows to run some key processess of a project that don't have launch buttons on the pages of the Roistat features.

curl 'https://cloud.roistat.com/api/v1/project/health/indicator/12345/run-script?project=12345' \
    --request POST \
    --header 'Content-type: application/json' \ 
    --header 'Api-key: {KEY}'
{
    "execution_status": "success",
    "status": "success"
}

Query String:

Parameter Type Description Required
project string Project number yes

Request Body:

No parameters.

Parameter Type Description
execution_status string Possible run statuses are: - success - started; - error - failed starting.
status string