---
title: "Get User Credits Request"
method: GET
path: "/backoffice/users/{user_id}/credits"
tags: ["Backoffice"]
---

# Get User Credits Request

`GET /backoffice/users/{user_id}/credits`

Get User Credits

## Path parameters

- `user_id` string, required

## Response `200`

User credits retrieved successfully

- AgentExecutionCredits
  - `user_id` string, required
  - `total_executions` integer, required
  - `allowed_monthly_executions` integer, required
  - `active_reserved_executions` integer
  - `available_executions` integer
  - `reset_datetime` string, date-time, required
  - `last_reset_datetime` string, date-time

## Other responses

- `404` — User not found or credits entry is missing
- `422` — Validation Error
- `500` — Internal server error

## Changes

- **2026-08-04** `68b03bfbcf6e` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-04T01:24:32.380808Z` to `2026-08-04T01:24:32.526581Z` for the status `200`
- **2026-08-04** `a2e8c5b34087` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-02T20:23:18.164015Z` to `2026-08-04T01:24:32.380808Z` for the status `200`
- **2026-08-03** `41525caf02b6` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-01T19:58:10.407024Z` to `2026-08-02T20:23:18.164015Z` for the status `200`
- **2026-08-02** `e3dfaa6fbf95` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-07-31T19:54:26.813391Z` to `2026-08-01T19:58:10.407024Z` for the status `200`
- **2026-08-01** `d881b96ad5f9` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-07-31T19:54:26.784204Z` to `2026-07-31T19:54:26.813391Z` for the status `200`

[Full history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/backoffice/users/:user_id/credits/get.md)

---

[API](https://skmtc.dev/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.dev/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc.dev/toolhouse/apis/toolhouse-api/revisions/68b03bfbcf6e?raw)
