---
title: "Get Credits"
method: GET
path: "/v1/organizations/credits"
tags: ["Organizations"]
---

# Get Credits

`GET /v1/organizations/credits`

Read the org's credit/usage state.

BACKE-2759(2): GET on this path returned 405 (only POST existed) — a
natural read that every evaluator tries. Returns the ENFORCED ceiling
(`effective_monthly_credit_cap`, the number the block point uses), the
current month usage, and the decorative legacy `credit_count` clearly
labeled as non-gating.

## Response `200`

Successful Response

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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