API Reference
Create Event
POST
Create Event
Headers
Example:
"Bearer 123"
Body
application/json
Create an event.
See Creating an Event for more information.
Type of the event. Currently, only "llm" is supported.
Allowed value:
"llm"Event specific properties. For LLM events, this includes the inputs and outputs of the LLM call.
The fingerprint of the client that generated the event.
The name of the agent version associated with the event.
If this agent version does not exist, it will be created. If an agent version is not supplied, a default version will be used.Response
Successful Response