---
title: "GET /orgs/{org_id}/analytics/users"
method: GET
path: "/orgs/{org_id}/analytics/users"
tags: ["analytics"]
---

# GET /orgs/{org_id}/analytics/users

`GET /orgs/{org_id}/analytics/users`

Per-user run counts and full-ledger spend aggregates across an org.

## Path parameters

- `org_id` string, required

## Query parameters

- `from` integer, required
- `to` integer, required
- `user_id` string, nullable
- `project_id` string, nullable
- `page_token` string, nullable

## Response `200`

User analytics page

- OrgAnalyticsUsersBody
  - `from` integer, required
  - `next_page_token` string, nullable
  - `to` integer, required
  - `users` UserRow[], required
    - `credits` number, double, required — Total credit spend across all surfaces.
    - `n_error` integer, required
    - `n_running` integer, required
    - `n_success` integer, required
    - `n_timeout` integer, required
    - `n_warning` integer, required — Completed runs where an intermediate step errored. Disjoint from both `n_success` and `n_error`, so totals still add up.
    - `usd` number, double, required — Dollar spend, excluding credits-only surfaces (composer, knowledge-base operations) which are priced in credits.
    - `user_email` string, required
    - `user_id` integer, required
    - `user_name` string, required
    - `user_photo_url` string, nullable

## Other responses

- `403` — Forbidden
- `500` — Error

## Changes

- **2026-07-28** `dd7e398ce0d3` — 1 info
  - added the required property `users/items/n_warning` to the response with the `200` status
- **2026-07-17** `33e77c7fd113` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/analytics/users/get.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
