GET
/
health
/
live
Typescript (SDK)
import { Screenshothis } from "@screenshothis/sdk";

const screenshothis = new Screenshothis();

async function run() {
  const result = await screenshothis.health.getLive();

  console.log(result);
}

run();
{
  "status": "alive",
  "timestamp": "2024-01-01T00:00:00.000Z"
}

Response

200
application/json

Service is alive

The response is of type object.