---
title: "Fetch container type list."
method: GET
path: "/container_type/fetch"
tags: ["Containers|Container type"]
---

# Fetch container type list.

`GET /container_type/fetch`

This endpoint enables you to retrieve a list of container types that are under geoCapture's management.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardContainerTypeFetchResponse
  - `data` object[] — The container types.
    - `id` integer — The internal id of the container type.
    - `name` string — The name of the container type.
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available container 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)
