v1
Telemetry
Telemetry Events
Telemetry proxy endpoint for anonymous OSS adoption tracking.
This endpoint receives telemetry events from OSS installations and forwards them
to Amplitude using Papr's API key (which stays secure on the server).
**Privacy**:
- All user IDs are hashed/anonymized
- No PII is collected
- Data is used only for understanding OSS adoption patterns
**Opt-in**: Users must explicitly enable telemetry in their OSS installation.
**Request Body**:
```json
{
"events": [
{
"event_name": "memory_created",
"properties": {
"type": "text",
"has_metadata": true
},
"user_id": "hashed_user_id",
"timestamp": 1234567890000
}
],
"anonymous_id": "session_id"
}
```
post/v1/telemetry/events
Request body
Response
Successful Response
Changes
Changed in 4 of the 37 revisions of this API.14
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○