Get service status through the API
P
Periyasamy
Scenario: Web Services on the free plan are automatically spun down after 15 minutes of inactivity.
The APIs below do not have any fields in response to know if service is up/down.
* List Services - https://api-docs.render.com/reference/get-services
* Retrieve Service - https://api-docs.render.com/reference/get-service
In Heroku, this info is in their API in
state
field with response as up
or idle
:Log In