---
title: "List Spend Log Users"
method: GET
path: "/management/v1/spend_logs/users"
tags: ["Budget & Spend Tracking"]
---

# List Spend Log Users

`GET /management/v1/spend_logs/users`

The distinct internal users appearing in spend logs the caller can read.

## Query parameters

- `filter[startTime][gte]` string, date-time, required — Window start (UTC when no offset is given)
- `filter[startTime][lte]` string, date-time, required — Window end (UTC when no offset is given)
- `q` string, nullable — Case-insensitive partial match on the internal user id
- `page` integer — Page number
- `page_size` integer — Page size

## Response `200`

Successful Response

- FacetListResponse — The distinct values one column takes over a filtered query. `data` holds bare values, not entity rows.
  - `data` string[], required
  - `meta` PageMeta, required — `has_more` rather than `total_count`, which would need a COUNT(*) over the whole match set per keystroke.
    - `page` integer, required
    - `page_size` integer, required
    - `has_more` boolean, required
  - `links` PageLinks, required — Hypermedia for a paginated list. No `first`/`last`: without a total count the last page is unknown.
    - `self` string, required
    - `prev` string, nullable
    - `next` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/management/v1/spend_logs/users/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/7ed45f30a5f0?raw)
