---
title: "Fetch tool category list."
method: GET
path: "/project_category/fetch"
tags: ["Projects|Project category"]
---

# Fetch tool category list.

`GET /project_category/fetch`

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

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardProjectCategoryFetchResponse
  - `data` object[] — The tool categories.
    - `id` integer — The internal id of the project category.
    - `description` string — The description of the project category.
    - `externalId` string — The external ID of the project 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 tool 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/869b05603541/schema)
