# Status Reports

A Status Report represents a snapshot of a Workspace's status across several categories at a moment
in time. Status Reports are usually referred to as Health Reports in the UI.

 - [GET /status_reports](https://developer.kantata.com/kantata/specification/status-reports/get%20status%20reports.md): This endpoint returns structured Status Report objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in t
 - [POST /status_reports](https://developer.kantata.com/kantata/specification/status-reports/create%20status%20report.md): This endpoint returns structured Status Report objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in t
 - [GET /status_reports/{id}](https://developer.kantata.com/kantata/specification/status-reports/get%20status%20report.md): This endpoint returns structured Status Report objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in t
 - [PUT /status_reports/{id}](https://developer.kantata.com/kantata/specification/status-reports/update%20status%20report.md): This endpoint returns structured Status Report objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in t
 - [DELETE /status_reports/{id}](https://developer.kantata.com/kantata/specification/status-reports/delete%20status%20report.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
