v1

latestSwagger 2.02026-07-17361945.1 KB
Telemetries

Create telemetry record

post/Telemetries/

Request body

eventType'Start' | 'End' required

The event type of the telemetry.

timestampstring date-time required

The timestamp of the telemetry.

firstCallboolean

Whether current activity is the first activity in the call chain.

Example request

{
  "eventType": "Start",
  "metadata": {
    "activityName": "pf.flow.test",
    "completionStatus": "Success"
  }
}

Response

Create telemetry record