telemetry

Ingest Event

Store one anonymous telemetry event.

Unauthenticated and rate-limited per IP. The hot fields are denormalized from properties into columns for cheap aggregation. Persist failures are logged and swallowed — the CLI sends fire-and-forget, so we always return 200 rather than provoking a retry storm.

post/telemetry/events

Request body

eventstring required
anon_idstring nullable
session_idstring nullable
cli_versionstring nullable
osstring nullable
archstring nullable
python_versionstring nullable
is_ciboolean nullable
propertiesobject nullable

Response

Successful Response

okboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.