---
title: "Post client analytics events"
method: POST
path: "/api/internal/cloud_analytics"
tags: ["internal"]
---

# Post client analytics events

`POST /api/internal/cloud_analytics`

[cloud-only] Receives analytics events from the frontend for processing by the cloud analytics pipeline.

## Request body

- object
  - `events` object[], required
    - `event_name` string, required
    - `timestamp` string, date-time
    - `properties` object

## Response `200`

Events accepted

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

## Changes

- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/internal/cloud_analytics/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
