---
title: "Get Shift Information"
method: GET
path: "/shifts"
---

# Get Shift Information

`GET /shifts`

## Query parameters

- `companyID` string, required
- `shiftID` string, required

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `shiftID` string
    - `employeeID` string
    - `employeeCheckID` string
    - `first_name` string
    - `last_name` string
    - `time` string
    - `metadata` object
    - `hourly` object
      - `hours` integer
      - `wage` integer
      - `custom_name` string
    - `reimbursement` object
      - `amount` number

## 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)
