GET v1/jobs-queue/{id}/download

Use this method to download the latest sqlite database or file generated by the job id sent. Note that if no file has been created, the method will not fail but the body of the response will be empty.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Job UUID (id)

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a the an octet stream (application/octet-stream) with the byte array of the file.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.