Return a listing of the given job ID.
/job/$job_id/status [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| job_id (INT) | The job ID to search on. | Required | - | |
| user_id (ALPHA_NUM) | The user ID for owner. | Required | - |
job/2/status?user_id=testuser
<items>
<item id="1">
<id>2</id>
<owner>testuser</owner>
<status>FAILED</status>
<progress>1.000</progress>
<priority>0</priority>
<job_type>ANALYSE</job_type>
<started>12-04-2010 00:37</started>
<started_unix>1271025432</started_unix>
<error_description>File not found (/mnt/vpx/data/C/ChKULGlBh0T65P1MnPKsJhNG)</error_description>
</item>
</items>