GET https://api.sorryapp.com/v1/pages/:page_id/components
Use this endpoint to get a list of all of the components for a status page.
Example Request
curl -X GET https://api.sorryapp.com/v1/pages/:page_id/components
Example Response
{
"response": [
{
"id": 46122,
"state": "operational",
"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:11:48.707Z"
}
],
"count": 1
}