---
title: "Get current plan usage"
method: GET
path: "/v1/billing/usage"
tags: ["Billing"]
---

# Get current plan usage

`GET /v1/billing/usage`

## Query parameters

- `workspaceId` string, required — [Where to find my workspace ID?](../how-to#how-to-find-my-workspaceid)

## Response `200`

OK

- object
  - `totalChatsUsed` number, required
  - `resetsAt` string, date-time, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

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