HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias CreateEventBatchResponse

    Response for POST /events/batch

    type CreateEventBatchResponse = {
        event_ids: string[];
        session_id?: string;
        success: boolean;
    }
    Index

    Properties

    event_ids: string[]
    session_id?: string
    success: boolean