---
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-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`
- **2026-08-28** `72225c7cf0af` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-27T02:56:50.936244Z` to `2026-08-28T03:42:48.649907Z` for the status `200`
- **2026-08-27** `512ce13ab906` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-26T02:23:04.592041Z` to `2026-08-27T02:56:50.936244Z` for the status `200`
- **2026-08-26** `6d5518b8cf55` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-25T02:08:24.846048Z` to `2026-08-26T02:23:04.592041Z` 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-service-production.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/revisions/2779028589de/schema)
