heartbeat

Retrieve a heartbeat check

Returns a heartbeat check with the given id.

get/heartbeat/{test_id}

Path parameters

test_idstring required

Heartbeat check ID

Response

OK

Example response

{
  "data": {
    "id": "123",
    "name": "example Heartbeat check",
    "url": "https://push.statuscake.com/?PK=61e7ca9c88f06d0&TestID=123&time=0",
    "period": 1800,
    "contact_groups": [
      "1",
      "2",
      "3"
    ],
    "last_tested_at": "2013-01-20T14:38:18+00:00",
    "paused": false,
    "status": "up",
    "tags": [
      "tag1",
      "tag2"
    ],
    "uptime": 99.9
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.