• Get report detail by giving job's info

    Needs namespaces[namespaceId].reports-get-year-yearMonth-filename & namespaces[namespaceId].queues-get-queue-jobs-jobId permission

    Parameters

    • queueName: string | Queue
    • jobId: string | number | Job<RawReportData>
    • Optional namespaces: string[]
    • Optional responseType: "arraybuffer" | "blob" | "json" | "text" | "stream"

      Wanted response type. If provided with anything but json you will have to cast in your type to avoid auto-completion issues.

    Returns Promise<ReportResult>

    The detail's content

Generated using TypeDoc