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

# Fetch vehicle category list.

`GET /tracker_category/fetch`

This endpoint enables you to retrieve a list of vehicle categories, including the name and description of the
retrieved categories. To modify or add a new vehicle category, configuration must be performed in geoCapture.

## Query parameters

- `filter[byExternalIds][]` string[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardTrackerCategoryFetchResponse
  - `data` object[] — The tracker categories.
    - `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
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available tracker categories.

---

[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/15839b24c497/schema)
