Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ParsedNoCodeExecutionEvent

    interface ParsedNoCodeExecutionEvent {
        actions: NoCodeAgentAction[];
        agentId: string | null;
        completedTs: number | null;
        executionId: string;
        platform: "generic" | "n8n" | "zapier" | "make";
        startedTs: number;
        status: string;
        workflowId: string;
        workflowName: string;
    }
    Index
    agentId: string | null
    completedTs: number | null
    executionId: string
    platform: "generic" | "n8n" | "zapier" | "make"
    startedTs: number
    status: string
    workflowId: string
    workflowName: string