Status Component
List
Retrieve a paginated list of Status Component records. Supports filtering, sorting, and search.
get/api/cp/status-component
Query parameters
status'operational' | 'performance-issues' | 'partial-outage' | 'major-outage'
Filter by Status
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"title": "Example Name",
"card_id": 1,
"description": "A detailed description of the resource",
"status": "operational"
}
]