# Status

The status endpoint is used to retrieve information about the health and status of the system.

 - [GET /api/status](https://api-docs.sitecore.com/ch/status-api/status/status.md): Retrieves a summary of Content Hub system health, including minimal aggregated service status and links to detailed status resources. You do not need to authenticate to use this endpoint.
 - [GET /api/status/messages/{id}](https://api-docs.sitecore.com/ch/status-api/status/messagedetail.md): Retrieves detailed status information for a message, including the channel, creation time, priority, type, payload, and processing statuses. To use this endpoint, you must have the `MonitorSystemStat
 - [GET /api/status/queues/{queueName}/{status}](https://api-docs.sitecore.com/ch/status-api/status/queuedetail.md): Lists messages for a specific queue and status, including links for paging and message details.
 - [GET /api/status/queues](https://api-docs.sitecore.com/ch/status-api/status/queues.md): Lists status information for all message queues, including statistics and links to detailed queue status resources.
 - [GET /api/status/jobs/{retentionPeriod}](https://api-docs.sitecore.com/ch/status-api/status/jobstatus.md): Retrieves the status of jobs that occurred within a set time period.
 - [GET /api/status/users](https://api-docs.sitecore.com/ch/status-api/status/usersstatus.md): Retrieves the total user count and related user status information.
 - [GET /api/status/servicestatus](https://api-docs.sitecore.com/ch/status-api/status/servicestatus.md): Retrieves the current status, message, and downstream service statuses for troubleshooting and diagnostics.
 - [GET /api/status/datastorage](https://api-docs.sitecore.com/ch/status-api/status/datastoragestatus.md): Retrieves statistics and status information for the data storage layer.
 - [GET /api/status/mediastorage](https://api-docs.sitecore.com/ch/status-api/status/mediastorage.md): Retrieves the status and related statistics for the media storage layer.
 - [GET /api/status/videoindexing](https://api-docs.sitecore.com/ch/status-api/status/videoindexing.md): Retrieves the total number of seconds spent indexing videos for the specified period. If no dates are provided, the last calendar month is used.
 - [GET /api/status/search](https://api-docs.sitecore.com/ch/status-api/status/searchstatus.md): Retrieves statistics and health information for the search layer. This is useful for monitoring and diagnostics.
 - [GET /api/status/graph](https://api-docs.sitecore.com/ch/status-api/status/graphstatus.md): Retrieves the status and statistics for the graph server and its workers. Use `forceRefresh` to bypass cached data if required.
 - [GET /api/status/system](https://api-docs.sitecore.com/ch/status-api/status/systemstatus.md): Retrieves status information about the system, including search and data storage statistics. This endpoint is deprecated. Use the graph, data storage, or search resource endpoints instead.
