---
title: "Post Cli Telemetry"
method: POST
path: "/v1/cli-telemetry"
tags: ["SDK API"]
---

# Post Cli Telemetry

`POST /v1/cli-telemetry`

Stores a new CLI telemetry entry.

## Request body

- CliTelemetryEvents
  - `session_id` string, required
  - `events` object[], required

## Response `200`

CLI telemetry stored successfully

- boolean

## Other responses

- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/6e3bad3564b3/schema)
