Event
Create event traces in batch
POST /eventTrace/batch
POST /eventTrace/batch
Same as POST /eventTrace, but accepts an array of trace payloads. Used by Cortex and other
services that buffer traces and flush them periodically to reduce request overhead.
Request body
tracesobject[]bodyNo description.
Request Example
{
"traces": [
null
]
}Responses
200 — Created
Response Example
{
"success": true,
"eventTraces": [
null
]
}400 — Invalid payload
403 — Unauthorized