---
title: "Get Vehicle Check Lists"
method: GET
path: "/VehicleCheck/Lists"
tags: ["VehicleCheck"]
---

# Get Vehicle Check Lists

`GET /VehicleCheck/Lists`

## Response `200`

Vehicle check lists with items

- VehicleCheckList[]
  - `Id` string, uuid — Track-POD unique identifier
  - `Name` string, nullable — Name
  - `Enabled` boolean — Enabled
  - `SignatureRequired` boolean — Driver signature is required to complete the check
  - `ForceStart` boolean — Check must be completed before the route is started
  - `ForceClose` boolean — Check must be completed before the route is closed
  - `Items` VehicleCheckItem[], nullable — Check list items
    - `VehicleCheckItemId` integer — Vehicle check item Track-POD unique identifier
    - `Label` string, nullable
    - `SortOrder` integer — Sort order
    - `ActivePriorRoute` boolean — Item is active in the check prior to the route
    - `MandatoryPriorRoute` boolean — Item is mandatory in the check prior to the route
    - `PhotoRequiredPriorRoute` boolean — Photo is required for the item in the check prior to the route
    - `ActiveAfterRoute` boolean — Item is active in the check before closing the route
    - `MandatoryAfterRoute` boolean — Item is mandatory in the check before closing the route
    - `PhotoRequiredAfterRoute` boolean — Photo is required for the item in the check before closing the route

## Other responses

- `400` — Bad Request. The feature is not available for the current plan
- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min
- `500` — Internal Server Error

---

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