---
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

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/b29810cc692d/schema)
