API Documentation
Components
Component Groups
Incident Updates
Incident Templates
Cachet
Get System Status
GET
/
status
Copy
Ask AI
curl --request GET \
--url http://localhost/api/status
Copy
Ask AI
{
"data": {
"status": "operational",
"message": "All Systems Operational"
}
}
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url http://localhost/api/status
Copy
Ask AI
{
"data": {
"status": "operational",
"message": "All Systems Operational"
}
}
Assistant
Responses are generated using AI and may contain mistakes.