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

# Fetch container list.

`GET /container/fetch`

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

## Query parameters

- `filter[byIds][]` integer[]
- `filter[byReferences][]` string[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardContainerFetchResponse
  - `data` object[] — The containers.
    - `id` integer — The internal id of the container.
    - `reference` string — The reference of the container.
    - `type` StandardContainerTypeBaseContainerTypeListItem
      - `id` integer — The internal id of the container type.
      - `name` string — The name of the container type.
    - `purchaseDate` 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 containers.

---

[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)
