GET Exports/{jobKey}
Returns status information of specified job
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobKey |
Key of job to get its status information |
integer |
Required |
Body Parameters
None.
Response Information
Returns status information of specified job
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobKey |
Key of job |
integer |
None. |
| userKey |
Key of user |
integer |
None. |
| type |
Type of job (always ScriptedOutput) |
DBJobType |
None. |
| status |
Status of an execution of the job |
DBJobStatus |
None. |
| createDate |
Date when the job was created |
date |
None. |
| startDate |
Date when the job change status to Running |
date |
None. |
| endDate |
Date when the job change status to Complete |
date |
None. |
| info |
Information about the job |
string |
None. |
| error |
Message of error if it occured during the job's execution |
string |
None. |
| resultFileUri |
Url for downloading result file |
string |
None. |
| errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |