@edgible-team/sdk
    Preparing search index...

    Interface ApplicationLogsResult

    Response of GET /organizations/{org}/applications/{id}/logs.

    interface ApplicationLogsResult {
        applicationId: string;
        applicationName: string;
        logs: LogEntry[];
        timeRange: ApplicationMetricsTimeRange;
        totalLogs: number;
    }
    Index

    Properties

    applicationId: string
    applicationName: string
    logs: LogEntry[]
    totalLogs: number