View Maintenance Actions
Returns the current status of the stake pools maintenance actions.
GET
/stake-pools/maintenance-actions
curl \
--request GET https://localhost:8090/v2/stake-pools/maintenance-actions
Response examples (200)
{
"gc_stake_pools": {
"status": "not_applicable",
"last_run": "2019-02-27T14:46:45Z"
}
}