Skip to main content
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

Service is alive

status
enum<string>
required
Available options:
alive
timestamp
string
required