---
title: "Get Preview"
method: GET
path: "/preview"
---

# Get Preview

`GET /preview`

## Query parameters

- `job_id` string, required

## Response `200`

200

- object
  - `status` integer
  - `success` boolean
  - `data` object
    - `job_id` string
    - `status` string
    - `code` integer
    - `created_at` string
    - `request_body` object
      - `checks` string[]
      - `companyID` string
      - `test_mode` boolean
      - `job_type` string
      - `has_live_key` unknown
    - `payload` object
      - `success` boolean
      - `result` object
        - `checks` object[]
          - `employeeCheckID` string
          - `gross_pay` string
          - `net_pay` string
          - `employer_taxes` string
          - `employee_taxes` string
          - `employee_deductions` string
          - `employer_deductions` string
          - `taxes` object[]
            - `name` string
            - `codename` string
            - `amount` string
            - `paidBy` string
          - `deductions` object[]
            - `deduction_type` string
            - `employee_calculated_contribution` string
            - `employer_calculated_contribution` string
          - `flsa_ot_transformed` boolean
        - `total_flsa_transformed` integer
        - `total_employer_taxes` string
        - `total_employee_taxes` string
        - `total_employee_deductions` string
        - `total_employer_deductions` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
