Skip to main content
POST
/
eventTrace
Create an event trace
curl --request POST \
  --url https://demo.enneo.ai/api/mind/eventTrace \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "eventTrace": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Body

application/json

Trace payload (eventId, type, data, timestamps).

Response

Created

success
boolean
Example:

true

eventTrace
object