---
title: "Fetch maintenance list."
method: GET
path: "/maintenance_type/fetch"
tags: ["Maintenance|Maintenance Type"]
---

# Fetch maintenance list.

`GET /maintenance_type/fetch`

This endpoint enables you to retriebe a list of maintenance types.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardMaintenanceTypeFetchResponse
  - `data` object[] — The maintenance types.
    - `id` integer — The maintenance type id.
    - `name` string — The maintenance type name.
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available maintenance types.

---

[API](https://skmtc.dev/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.dev/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/revisions/38304358efb5/schema)
