v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Events

List events

List execution events with optional filters.

Supports filtering by:

  • customerId: Events for a specific customer
  • runId: Events in a specific agent run
  • workflowId: Events in a specific workflow
  • eventType: Filter by event type (e.g., LLM_INFERENCE)
  • outcome: Filter by outcome (e.g., SUCCESS, FAILURE)
  • actionName: Filter by action name
  • parentEventId: Get child events
  • idempotencyKey: Exact match on idempotency key
  • Time range: from and to (ISO 8601)
get/v1/events

Query parameters

customerIdstring
runIdstring
workflowIdstring
eventType'USAGE' | 'API_CALL' | 'LLM_INFERENCE' | 'TOOL_CALL' | 'DATABASE' | 'FILE_IO' | 'NETWORK' | 'DECISION' | 'HUMAN_IN_LOOP' | 'MEMORY' | 'CUSTOM' | 'TOOL_CALL_START' | 'TOOL_CALL_END' | 'TOOL_CALL_ERROR' | 'TOOL_CALL_RETRY' | 'TRAINING' | 'FINE_TUNING'
outcome'PENDING' | 'SUCCEEDED' | 'FAILED' | 'SKIPPED' | 'RETRIED' | 'TIMEOUT' | 'CANCELLED'
actionNamestring
parentEventIdstring
idempotencyKeystring

Filter by idempotency key

fromstring date-time
tostring date-time
limitinteger
offsetinteger

Response

List of events with pagination