---
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-09-01** `a56cd4cee44b` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-31T04:45:55.841384Z` to `2026-09-01T16:24:32.999961Z` for the status `200`
- **2026-08-31** `098e6ed38169` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-30T04:37:05.670278Z` to `2026-08-31T04:45:55.841384Z` for the status `200`
- **2026-08-31** `c511771b8292` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-30T04:37:06.060228Z` to `2026-08-30T04:37:05.670278Z` for the status `200`
- **2026-08-30** `2779028589de` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-29T03:45:55.382809Z` to `2026-08-30T04:37:06.060228Z` for the status `200`
- **2026-08-29** `563c4638cc18` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-28T03:42:48.649907Z` to `2026-08-29T03:45:55.382809Z` 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/a56cd4cee44b?raw)
