---
title: "List time entry categories"
method: GET
path: "/time_entry_categories"
tags: ["budget_item_categories"]
---

# List time entry categories

`GET /time_entry_categories`

Lists the accessible, account-level time budget item categories. 

> **Note:** Project-specific categories aren't included.

## Query parameters

- `per_page` integer — The maximum number of items to show per response page.
- `page` integer — The response page to return.

## Response `200`

The accessible, account-level time budget item categories.

> **Note:** Project-specific categories aren't included.

- object
  - `paging` PagingMetadata, required
    - `per_page` integer — The maximum number of items to show per response page.
    - `page` integer — The current response page number.
    - `previous` string, nullable — If you're on the first page, this value is `null`; otherwise the value is the path and query parameters to get the previous page of items.
    - `self` string — The path and query parameters to get the current page of items.
    - `next` string, nullable — If there are more items, this value is the path and query parameters to get the next page of items; otherwise, it's `null`.
    - `count` integer, nullable — The total number of items in all the pages.
  - `data` BudgetItemCategory[], required
    - `id` integer — The unique identifier for the budget item category.
    - `category` string — The category name.

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
