Downloading the Debug File

Use the URL returned in the Location header of the POST request described in the previous section to download the Debug file.

URL

/api/v1/files/status/<transaction-id>

HTTP Method

GET

HTTP Responses

200 OK
201 Created (file is ready)
202 Accepted (file is being created)
204 No Content (if file was not created)
404 Not Found (if file name not specified)

Example

Request:
GET /api/v1/files/status/<transaction-id> HTTP/1.1
Host: 10.4.219.229 
Response:
 HTTP/1.1 201 Created
Content-Type: application/octet-stream
<Debug file content>