propeller logo
API ReferencePropletsProplet_idAlive history

Get Proplet Alive History

Get the paginated heartbeat history for a proplet

GET
/proplets/{PROPLET_ID}/alive-history

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"  ]}