---
title: "Get User Credits"
method: GET
path: "/me/credits"
tags: ["User API"]
---

# Get User Credits

`GET /me/credits`

User Installed Tools

## Response `200`

Successfully retrieved user credits

- 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 credits not found
- `500` — Internal server error

## Changes

- **2026-08-17** `db859bdfdacc` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-16T07:09:53.606969Z` to `2026-08-17T07:36:19.969897Z` for the status `200`
- **2026-08-16** `172b9171f477` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-15T06:48:40.503494Z` to `2026-08-16T07:09:53.606969Z` for the status `200`
- **2026-08-16** `b809b7391bbd` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-14T06:28:06.641914Z` to `2026-08-15T06:48:40.503494Z` for the status `200`
- **2026-08-15** `dadb04d75354` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-14T06:28:06.651291Z` to `2026-08-14T06:28:06.641914Z` for the status `200`
- **2026-08-14** `15316aa0a0a3` — 1 info
  - the `last_reset_datetime` response's property default value changed from `2026-08-13T05:55:58.019262Z` to `2026-08-14T06:28:06.651291Z` for the status `200`

[Full history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/me/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/db859bdfdacc/schema)
