Health
curl --request GET \
--url https://api.runflow.io/v1/health \
--header 'Authorization: Bearer <token>'{}Status
Health
Lightweight liveness probe — no I/O, always fast.
GET
/
v1
/
health
Health
curl --request GET \
--url https://api.runflow.io/v1/health \
--header 'Authorization: Bearer <token>'{}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
The response is of type Response Health V1 Health Get · object.
⌘I