Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Request Manager > Predefined Dynamic Components > Arbortext Queue Request Functions > Queued Transaction Management Functions > The f=qt-retrieve Request
  
The f=qt-retrieve Request
This function returns the result of a completed queued transaction.
* 
For f=qt-retrieve only, the response-format parameter supports a different value than the other qt- functions, zip.
If the f=qt-retrieve request includes response-format=zip , which will return a zip archive containing two entries:
response.xml will contain the HTTP result code, message, and HTTP headers.
body.dat will contain the response body. If processing the transaction did not generate a response body, then the archive will not contain body.dat.
If response-format=zip is not included, then the result will be the HTTP response that would have been returned if the response had been an immediate transaction. The response will include the HTTP status code, HTTP headers, and HTTP response body (if any).
If this request specifies an immediate request, a queued transaction that has not completed, or if the id parameter does not identify an active transaction, this function will return an error.