# 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.

## Fetching a list of Status Reports

 - [GET /status_reports](https://developer.kantata.com/kantata/specification/status-reports/get-status-reports.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 the status_reports top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Status Report

 - [POST /status_reports](https://developer.kantata.com/kantata/specification/status-reports/create-status-report.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 the status_reports top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Status Report

 - [GET /status_reports/{id}](https://developer.kantata.com/kantata/specification/status-reports/get-status-report.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 the status_reports top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Status Report

 - [PUT /status_reports/{id}](https://developer.kantata.com/kantata/specification/status-reports/update-status-report.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 the status_reports top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Status Report

 - [DELETE /status_reports/{id}](https://developer.kantata.com/kantata/specification/status-reports/delete-status-report.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 explaining why the object could not be deleted.

