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

    Function listIntegrationDeliveries

    • Parameters

      • workspace: string
      • limit: number = 100

      Returns {
          agentId: string;
          attempts: number;
          channelId: string;
          delivered: boolean;
          deliveryId: string;
          error: string | null;
          eventName: string;
          httpStatus: number | null;
          payloadSha256: string;
          receipt: unknown;
          recordId: string;
          sequence: number;
          ts: number;
          url: string;
      }[]