---
title: "Fetch vehicle list."
method: GET
path: "/tracker/fetch"
tags: ["Tracking|Vehicle"]
---

# Fetch vehicle list.

`GET /tracker/fetch`

This endpoint enables you to retrieve a directory of vehicles within geoCapture, each of which is fitted with a
GPS tracker. The `driverName` in the vehicle is only configured if a driver is specified in the vehicle settings.
It will not provide you with the current driver from stamps.

## Query parameters

- `trackers[byIds][]` integer[]
- `trackers[byLicenseNumbers][]` string[]
- `trackers[byIdentifiers][]` string[]
- `trackers[byIdentificationNumbers][]` string[]
- `trackers[byImportKeys][]` string[]
- `trackers[importSource]` string
- `trackers[byName]` string
- `trackers[byDriver]` string
- `normalizedSearch` boolean
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardTrackerFetchResponse
  - `data` object[] — The vehicles.
    - `id` integer — The internal vehicle ID.
    - `identifier` string — The customer-specific ID. (max. 64 characters)
    - `inventoryNumber` string — The inventory number. (max. 128 characters)
    - `licenseNumber` string — The vehicle license plate. (max. 255 characters)
    - `identificationNumber` string — The vehicle identification number. (max. 24 characters)
    - `importSource` string — External data source from which this vehicle originates. (max. 64 characters)
    - `importKey` string — External ID from the respective data source. (max. 64 characters)
    - `name` string — The vehicle name. (max. 255 characters)
    - `description` string — The vehicle description.
    - `driverName` string — The driver name. (max. 255 characters)
    - `driverPhoneNumber` string — The driver phone number. (max. 255 characters)
    - `costCenter` string — The cost center. (max. 25 characters)
    - `serialNumber` string — The serial number of the vehicle.
    - `manufacturingDate` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `currentLatLng` number[] — Represents a geo coordinate. An array of two double values, representing the latitude and longitude.
    - `currentProject` TrackerFetchResponseProjectItem
      - `id` integer — The internal project ID.
      - `reference` string — The project number.
      - `importSource` string — External data source from which this project originated.
      - `importKey` string — External ID from the respective data source.
    - `multipleProjectsPossible` boolean — Indicates if multiple current projects were possible.
    - `currentProjectChangedAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `trackerSerialNumber` string — The serial number of the tracker.
    - `category` StandardTrackerCategoryBaseTrackerCategoryListItem
      - `id` integer — The internal id of the tracker category.
      - `name` string — The name of the tracker category.
      - `description` string — The description of the tracker category.
      - `externalId` string — The external ID of the tracker category.
      - `costCenter` string — The cost center of the tracker category.
      - `createdAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `lastSignalAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `model` string — The tracker model.
    - `lastTrackpointId` integer — ID of the latest trackpoint.
    - `imei` string — IMEI of the tracker.
  - `offset` integer — Number of skiped records.
  - `totalCount` integer — Total number of available vehicles. (Only calculated if offset is 0)

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
