Return a listing of the given job ID.

20Oct2010

Return a listing of the given job ID.

Request URL

/job/$job_id/status [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
job_id (INT)The job ID to search on.Required-
user_id (ALPHA_NUM)The user ID for owner.Required-

Example Request

job/2/status?user_id=testuser

Example Response

<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>