getSpoolFiles

fun getSpoolFiles(jobName: String, jobId: String): List<SpoolFile>

Get a list of all spool files for a job.

Return

list of JobFile objects

Parameters

jobName

job name for the job for which you want to get a list of spool files

jobId

job ID for the job for which you want to get a list of spool files

Throws

error on getting spool files info