Skip to main content
GET
Show

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

status_page_id
string
required

ID of the status page. You can find this by calling the ListStatusPages endpoint.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

component_id
string
required

ID of the component. You can find this by calling the ShowStatusPageStructure endpoint.

Example:

"01FCNDV6P870EA6S7TK1DSYDG1"

Query Parameters

start_at
string<date-time>
required

Start of the availability window

Example:

"2026-01-01T00:00:00Z"

end_at
string<date-time>
required

End of the availability window

Example:

"2026-02-01T00:00:00Z"

Response

OK response.

availability
object
required

Availability of a status page component over a requested time window.