ai.aient.telemetry.received
Generated from @aient/events. Do not edit this page by hand.
An environment received usable telemetry in a coalescing window; receivedAt is the bucket start.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Webhook schema for ai.aient.telemetry.received
Generated from @aient/events. Do not edit this page by hand.
An environment received usable telemetry in a coalescing window; receivedAt is the bucket start.
| Field | Value |
|---|---|
| Visibility | Tenant-selectable public event |
| Topic | v1.events.telemetry |
| Bounded context | telemetry |
| Source | https://aient.ai/api/organisations/{organisationId}/environments/{environmentId} |
| Subject | environments/{environmentId} |
| Schema ID | sch_01KREWXD5B2D4ZNKBQCNQSS574 |
| Immutable schema | https://registry.aient.ai/schemas/sch_01KREWXD5B2D4ZNKBQCNQSS574.json |
| Version alias | https://registry.aient.ai/events/ai.aient.telemetry.received/v1.json |
| Field | Required | Type | Enum |
|---|---|---|---|
environmentId | yes | string | - |
environmentSlug | yes | string | - |
organisationId | yes | string | - |
receivedAt | yes | string | - |
signalKinds | no | array | - |
{
"data": {
"environmentId": "environment_example",
"environmentSlug": "example-environmentSlug",
"organisationId": "11111111-1111-4111-8111-111111111111",
"receivedAt": "2026-04-25T12:00:00.000Z",
"signalKinds": []
},
"datacontenttype": "application/json",
"dataschema": "https://registry.aient.ai/schemas/sch_01KREWXD5B2D4ZNKBQCNQSS574.json",
"id": "evt_01J8X7AKZP4N6QHF2T1Y3R5VAA",
"organisationid": "11111111-1111-4111-8111-111111111111",
"source": "https://aient.ai/api/organisations/11111111-1111-4111-8111-111111111111/environments/environment_example",
"specversion": "1.0",
"subject": "environments/environment_example",
"time": "2026-04-25T12:00:00.000Z",
"type": "ai.aient.telemetry.received"
}
Was this page helpful?