Health

Check whether the current browser context is available and how many tabs are open.

terminal
pinchtab health
curl http://localhost:9867/health
Response
{
  "status": "ok",
  "tabs": 1
}

Notes:

  • this is a shorthand route for the current browser context
  • in error cases it returns 503 with status: "error"