Skip to main content
Vayu processes events in batches. If some events in a batch are invalid, only those are discarded — valid events are still ingested.

Event structure

Each event requires four fields:

Batch limits

  • Minimum events: 1
  • Maximum events: 1,000
  • Total payload size: 256 KB

Example

Response structure

The response includes two arrays:
  • validEvents — events that were successfully ingested
  • invalidEvents — events that failed validation, each with an error message

Immediate availability

Events are available in the API and UI immediately after ingestion.
Invalid events do not cause the entire request to fail. They are returned in the invalidEvents array while valid events are still processed.