---
title: "Get CLI AI Credit Status"
method: GET
path: "/v2/cli-agent/status"
tags: ["CLI Agent V2"]
---

# Get CLI AI Credit Status

`GET /v2/cli-agent/status`

## Response `200`

Success

- object
  - `object` 'cli_agent_status', required
  - `model` string, required
  - `limit` number, required
  - `usage` number, required
  - `remaining` number, required
  - `exhausted` boolean, required

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.dev/superwall/apis/superwall-api-v2.md) · [All operations](https://skmtc.dev/superwall/apis/superwall-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superwall/superwall-api-v2/revisions/e04f76c478af/schema)
