---
title: "Retrieves the collection of TrackingCategory resources."
method: GET
path: "/tracking_categories"
tags: ["TrackingCategory"]
---

# Retrieves the collection of TrackingCategory resources.

`GET /tracking_categories`

Retrieves the collection of TrackingCategory resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

TrackingCategory collection

- TrackingCategory[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each tracking category
  - `name` string — Name of tracking category e.g. "Department" e.g. "Region"
  - `status` string — Status of tracking category
  - `trackingOptionId` string, nullable — Unique ID of tracking option
  - `trackingOptionName` string, nullable — Name of tracking option e.g. "Marketing"
  - `trackingOptionStatus` string, nullable — The status of a tracking option

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
