Status Page Components

Retrieve component

GET https://api.sorryapp.com/v1/pages/:page_id/components/:component_id

Use this endpoint to query a single component associated to a status page.

Example Request

curl -X GET https://api.sorryapp.com/v1/pages/:page_id/components/:component_id

Example Response

{ "response": { "id": 46122, "state": "degraded", "name": "Artemis Voyage", "description": "A mission to send humans back to the Moon", "position": 15, "parent_id": null, "created_at": "2022-12-02T11:11:48.707Z", "updated_at": "2022-12-02T11:28:49.383Z" } }