Getting Project Status

A change in project status occurs when a project is updated with new providers and is rerun by QES to generate the new adequacy analysis. To get project status, submit a GET request to the following endpoint:

GET /enterprise/proj-mgmt /v3/Projects/{{projectId}}/status

The response indicates the status of the project and the status of the last run. For example:

{
    "projectId": 31499,
    "projectStatuses": {
        "projectStatus": "Active",
        "projectRunStatus": "Succeeded"
    }
}

The possible values for projectStatus are: active or archived

The possible values for projectRunStatus are: created, queued, running, completed, or failed