Get Proplet Alive History
Get the paginated heartbeat history for a proplet
Path Parameters
PROPLET_ID*string
Query Parameters
offset?integer
limit?integer
Response Body
application/json
curl -X GET "https://example.com/proplets/string/alive-history"{ "offset": 0, "limit": 0, "total": 0, "history": [ "2019-08-24T14:15:22Z" ]}