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

const screenshothis = new Screenshothis();

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

  console.log(result);
}

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

Response

200
application/json

Service is ready

The response is of type object.