/* Captain HQ logo + wordmark in status-page header */ a[href="https://captainhq.ai"].flex.w-full.h-full { width: auto !important; height: auto !important; display: inline-flex !important; align-items: center !important; gap: 4px !important; text-decoration: none !important; } a[href="https://captainhq.ai"].flex.w-full.h-full::after { content: "Captain HQ"; font-family: Inter, -apple-system, sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0; line-height: 1; color: #4A4238; white-space: nowrap; } /* Get updates button brand color */ .large-header__get-updates-btn, button.large-header__get-updates-btn { background: #C87560 !important; background-color: #C87560 !important; border: 1px solid #C87560 !important; color: #ffffff !important; } .large-header__get-updates-btn:hover, button.large-header__get-updates-btn:hover { background: #b86a55 !important; background-color: #b86a55 !important; border-color: #b86a55 !important; color: #ffffff !important; } .large-header__get-updates-btn:focus-visible { outline: 2px solid #8F485D; outline-offset: 2px; } /* Match captainhq.ai warm background */ body, .skin, .skin .flex.flex-col, .skin .relative.flex-grow { background-color: #FAF8F2 !important; }

Captain HQ - Our Public API

GET

https://status.captainhq.ai/v3/summary.json

Get the overall status for your status page. Doesn’t include components and historical notices.

{
"page": {
"name": "Captain HQ",
"url": "https://status.captainhq.ai",
"status": "UP"
},
"activeIncidents": [
{
"id": "cl4a8n3070721qtmzvts760c4",
"name": "We're facing an issue with our API",
"started": "2022-06-11T18:55:50Z",
"status": "INVESTIGATING",
"impact": "MAJOROUTAGE",
"url": "https://testing-widget.instatus.com/incident/cl4a8n3070721qtmzvts760c4",
"updatedAt": "2022-06-11T19:30:00Z"
}
],
"activeMaintenances": [
{
"id": "cl4a8nlv50918qtmzdlw60ivu",
"name": "Database maintenance",
"start": "2022-06-11T18:55:54Z",
"status": "NOTSTARTEDYET",
"duration": "60",
"url": "https://testing-widget.instatus.com/maintenance/cl4a8nlv50918qtmzdlw60ivu",
"updatedAt": "2022-06-11T19:30:00Z"
}
]
}
GET

https://status.captainhq.ai/v3/components.json

Get your status page components, and active issues affecting them.

[
{
"id": "ckf01fvnxywz60a35wdbn5gz5",
"name": "App",
"status": "OPERATIONAL",
"description": "",
"isParent": false,
"children": []
}
]