---
title: "Get free trial status for user"
method: GET
path: "/ide/free-trial-status"
---

# Get free trial status for user

`GET /ide/free-trial-status`

Returns the current free trial status for the authenticated user, including
usage counts and limits for chat and autocomplete features.

## Response `200`

Successfully retrieved free trial status

- object
  - `optedInToFreeTrial` boolean, required — Whether the user has opted into the free trial
  - `chatCount` number, nullable — Current number of chat messages used
  - `autocompleteCount` number, nullable — Current number of autocomplete requests used
  - `chatLimit` number, required — Maximum number of chat messages allowed in free trial
  - `autocompleteLimit` number, required — Maximum number of autocomplete requests allowed in free trial

## Other responses

- `404` — User not found

## Changes

- **2026-07-17** `ab492abfe81e` — 1 info
  - endpoint added
- **2025-04-18** `c8f4a74185ef` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/changes/ide/free-trial-status/get.md)

---

[API](https://skmtc.dev/continuedev/apis/continue-hub-ide-api.md) · [All operations](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/continuedev/continue-hub-ide-api/revisions/ab492abfe81e/schema)
