If a job runs multiple times and you want to get only the latest output, use the latest=true query parameter. This parameter distinguishes between output artifacts of the same name with different dates. If the latest=true parameter is present, only the most recent output is returned.
Suppose an Production Reporting program generates reports in various formats, including PDF. To retrieve the PDF output file, use the following SmartCut:
http://hostname:port/workspace/browse/getsqroutputmember/folderPath/JobName?filename=report.pdf
where report.pdf is the filename that is unique in the current folder.