← Tools Reference

StatusPal

StatusPal integration (Developer Tools, Communication). Imported from open-connector.

API key6 toolshttps://statuspal.io
GET
statuspal_get_status_page_status
Get the current status reported on a public StatusPal status page.

/status_pages/{subdomain}/status

1 parameter
ParamTypeRequiredDescription
subdomainstringrequiredThe StatusPal status page subdomain.
GET
statuspal_get_status_page_summary
Get a StatusPal page summary including services and active incidents.

/status_pages/{subdomain}/summary

1 parameter
ParamTypeRequiredDescription
subdomainstringrequiredThe StatusPal status page subdomain.
GET
statuspal_list_services
List services configured on a StatusPal status page.

/status_pages/{subdomain}/services

1 parameter
ParamTypeRequiredDescription
subdomainstringrequiredThe StatusPal status page subdomain.
GET
statuspal_get_service
Get one StatusPal service by ID.

/status_pages/{subdomain}/services/{serviceId}

2 parameters
ParamTypeRequiredDescription
subdomainstringrequiredThe StatusPal status page subdomain.
serviceIdintegerrequiredThe StatusPal service ID.
GET
statuspal_list_incidents
List StatusPal incidents with cursor, limit, and type filters.

/status_pages/{subdomain}/incidents

5 parameters
ParamTypeRequiredDescription
subdomainstringrequiredThe StatusPal status page subdomain.
beforestringoptionalPagination cursor for items before this position.
afterstringoptionalPagination cursor for items after this position.
limitintegeroptionalThe number of incidents to return, up to 100.
typestringoptionalFilter incidents by incident type key.
GET
statuspal_get_incident
Get one StatusPal incident by ID.

/status_pages/{subdomain}/incidents/{incidentId}

2 parameters
ParamTypeRequiredDescription
subdomainstringrequiredThe StatusPal status page subdomain.
incidentIdintegerrequiredThe StatusPal incident ID.