HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias GetRunsSchemaResponse

    Response for GET /events/schema, GET /runs/{run_id}/schema, and GET /runs/schema

    type GetRunsSchemaResponse = {
        datasets: string[];
        fields: { event_type: string; name: string }[];
        mappings: { [key: string]: { event_type: string; field_name: string }[] };
    }
    Index

    Properties

    datasets: string[]
    fields: { event_type: string; name: string }[]
    mappings: { [key: string]: { event_type: string; field_name: string }[] }