1
0
forked from docs/doc-exports
doc-exports/docs/mrs/api-ref/mrs_02_0050.html
Yang, Tong bd2b57f749 MRS API 2.0.38.SP20 version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2022-11-16 15:06:08 +00:00

362 lines
24 KiB
HTML

<a name="mrs_02_0050"></a><a name="mrs_02_0050"></a>
<h1 class="topictitle1">Querying the Job Execution Object List</h1>
<div id="body1484191679550"><div class="section" id="mrs_02_0050__section5957478711297"><h4 class="sectiontitle">Function</h4><p id="mrs_02_0050__p49124064112911">This API is used to query the job execution object list. This API is compatible with Sahara.</p>
</div>
<div class="section" id="mrs_02_0050__section9153250112933"><h4 class="sectiontitle">URI</h4><ul id="mrs_02_0050__ul3299804811311"><li id="mrs_02_0050__li3701617811311">Format<p id="mrs_02_0050__p12501438113122"><a name="mrs_02_0050__li3701617811311"></a><a name="li3701617811311"></a>GET /v1.1/{project_id}/job-executions</p>
</li><li id="mrs_02_0050__li25932619113111">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_0050__table49499141194754" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameter description</caption><thead align="left"><tr id="mrs_02_0050__row33700024194754"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.2.1.2.4.1.1"><p id="mrs_02_0050__p16571835194812">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.2.1.2.4.1.2"><p id="mrs_02_0050__p141410194812">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.2.2.2.1.2.4.1.3"><p id="mrs_02_0050__p11454278194812">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_0050__row6505449415356"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.1 "><p id="mrs_02_0050__p3492262515356">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.2 "><p id="mrs_02_0050__p1016041415356">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.2.2.2.1.2.4.1.3 "><p id="mrs_02_0050__p1768719515356">Project ID. For details on how to obtain the project ID, see <a href="mrs_02_0011.html">Obtaining a Project ID</a>.</p>
</td>
</tr>
<tr id="mrs_02_0050__row20659256153330"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.1 "><p id="mrs_02_0050__p10159747154837">limit</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.2 "><p id="mrs_02_0050__p44704178154837">No</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.2.2.2.1.2.4.1.3 "><p id="mrs_02_0050__p49662373154837">Maximum number of objects in response data</p>
<p id="mrs_02_0050__p8947859145519">Value range: 1 to 1073741822</p>
</td>
</tr>
<tr id="mrs_02_0050__row6317415154849"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.1 "><p id="mrs_02_0050__p41948639154849">marker</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.2 "><p id="mrs_02_0050__p42396583154849">No</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.2.2.2.1.2.4.1.3 "><p id="mrs_02_0050__p12118708114324">Job execution ID</p>
<p id="mrs_02_0050__p11571175154849">Query the job execution list, and select one job execution ID as the marker. The ID is the ID of the last element in the list that will not be returned.</p>
</td>
</tr>
<tr id="mrs_02_0050__row25723845154843"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.1 "><p id="mrs_02_0050__p3256680154843">sort_by</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.2.1.2.4.1.2 "><p id="mrs_02_0050__p62464499154843">No</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.2.2.2.1.2.4.1.3 "><p id="mrs_02_0050__p47087808163520">Sort field</p>
<p id="mrs_02_0050__p9590173213183">A hyphen (-) before the sort field indicates to sort in descending order. Example:</p>
<ul id="mrs_02_0050__ul5167941115195"><li id="mrs_02_0050__li4752566615198"><strong id="mrs_02_0050__b13354133212436">sort_by=name </strong>indicates to sort by <strong id="mrs_02_0050__b1235983216431">name </strong>in ascending order.</li><li id="mrs_02_0050__li3034789115195"><strong id="mrs_02_0050__b13826103654313">sort_by=-name </strong>indicates to sort by <strong id="mrs_02_0050__b14283340194312">name </strong>in descending order.</li></ul>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="mrs_02_0050__section7976792193238"><h4 class="sectiontitle">Request</h4><p id="mrs_02_0050__p1842961591514"><strong id="mrs_02_0050__b139822112354">Request parameters</strong></p>
<p id="mrs_02_0050__p106160258151">None.</p>
</div>
<div class="section" id="mrs_02_0050__section38599577193858"><h4 class="sectiontitle">Response</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_0050__table51257841151049" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameter description</caption><thead align="left"><tr id="mrs_02_0050__row8480851151049"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.2.2.4.1.1"><p id="mrs_02_0050__p15860319151049">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.2.2.4.1.2"><p id="mrs_02_0050__p40813771151049">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.2.2.4.1.3"><p id="mrs_02_0050__p17581180151049">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_0050__row6726034151222"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.2.2.4.1.1 "><p id="mrs_02_0050__p42188054143821">markers</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.2.2.4.1.2 "><p id="mrs_02_0050__p25690466143952">Object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.2.2.4.1.3 "><p id="mrs_02_0050__p1424522572116">Markers object</p>
<p id="mrs_02_0050__p235089014404">For details, see <a href="#mrs_02_0050__table2264538214423">Table 3</a>.</p>
</td>
</tr>
<tr id="mrs_02_0050__row5091669215512"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.2.2.4.1.1 "><p id="mrs_02_0050__p3061139715512">job_executions</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.2.2.4.1.2 "><p id="mrs_02_0050__p5165802415512">Array</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.2.2.4.1.3 "><p id="mrs_02_0050__p17695163532112">Job execution list</p>
<p id="mrs_02_0050__p2355044315512">For details, see <a href="#mrs_02_0050__table2078214316114">Table 4</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="mrs_02_0050__table2264538214423"></a><a name="table2264538214423"></a><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_0050__table2264538214423" frame="border" border="1" rules="all"><caption><b>Table 3 </b><strong id="mrs_02_0050__b6455107192219">markers</strong> parameter description</caption><thead align="left"><tr id="mrs_02_0050__row5998915014423"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p id="mrs_02_0050__p2728294714423">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p id="mrs_02_0050__p2407642714423">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p id="mrs_02_0050__p403353314423">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_0050__row5828077214423"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p id="mrs_02_0050__p39683998144350">prev</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p id="mrs_02_0050__p1249717914444">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p id="mrs_02_0050__p21181964144411">Marker on the previous page</p>
</td>
</tr>
<tr id="mrs_02_0050__row6471085014423"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p id="mrs_02_0050__p5714535144350">next</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p id="mrs_02_0050__p5074755814444">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p id="mrs_02_0050__p6613652144411">Marker on the next page</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="mrs_02_0050__table2078214316114"></a><a name="table2078214316114"></a><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_0050__table2078214316114" frame="border" border="1" rules="all"><caption><b>Table 4 </b><strong id="mrs_02_0050__b3243844134311">job_executions </strong>parameter description</caption><thead align="left"><tr id="mrs_02_0050__row4842045416114"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.1"><p id="mrs_02_0050__p2974270116114">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.2"><p id="mrs_02_0050__p5639618816114">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.4.2.4.1.3"><p id="mrs_02_0050__p468853316114">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_0050__row2404826816114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p175270616114">job_configs</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p2389212716114">Object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p5621416716114">Key-value pair set for saving job running configurations For more parameter description, see <a href="#mrs_02_0050__table30347504144155">Table 5</a>.</p>
</td>
</tr>
<tr id="mrs_02_0050__row3616545716114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p4372092016114">is_protected</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p2967693216114">Bool</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p5502130516114">Whether a job execution object is protected</p>
<ul id="mrs_02_0050__ul3813621916311"><li id="mrs_02_0050__li768165416311">true</li><li id="mrs_02_0050__li202602516311">false</li></ul>
<p id="mrs_02_0050__p1823422916311">The current version does not support this function.</p>
</td>
</tr>
<tr id="mrs_02_0050__row2542969916114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p4653976616114">input_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p207507616114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p3386347216114">Input data source ID of a job execution object</p>
</td>
</tr>
<tr id="mrs_02_0050__row3633579616114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p5751833116114">job_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p2463235216114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p4906350116114">Job ID</p>
</td>
</tr>
<tr id="mrs_02_0050__row3891833116114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p6537710616114">cluster_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p4644521716114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p396625016114">Cluster ID</p>
</td>
</tr>
<tr id="mrs_02_0050__row3569625116114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p571517916114">created_at</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p5054434416114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p45123816114">Job execution object creation time</p>
</td>
</tr>
<tr id="mrs_02_0050__row406114716114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p6051750316114">end_time</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p3929807916114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p2902782016114">Job end time</p>
</td>
</tr>
<tr id="mrs_02_0050__row5992379016114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p2198881516114">output_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p5166690116114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p2426948416114">Output data source ID of a job execution object</p>
</td>
</tr>
<tr id="mrs_02_0050__row1709876416114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p4282262816114">is_public</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p4155894916114">Bool</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p1083171016114">Whether a job execution object is public</p>
<ul id="mrs_02_0050__ul3872134516111"><li id="mrs_02_0050__li1294778516111">true</li><li id="mrs_02_0050__li4942120716111">false</li></ul>
<p id="mrs_02_0050__p4213768316111">The current version does not support this function.</p>
</td>
</tr>
<tr id="mrs_02_0050__row3037653416114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p4458017516114">updated_at</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p3010195116114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p2233894916114">Job execution object update time</p>
</td>
</tr>
<tr id="mrs_02_0050__row6683282116114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p4474941716114">return_code</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p6675945216114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p3880650616114">Response code after job execution</p>
</td>
</tr>
<tr id="mrs_02_0050__row1371423416114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p3711118816114">data_source_urls</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p1554834916114">Object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p5145673216114">Data source URL of a job execution object</p>
</td>
</tr>
<tr id="mrs_02_0050__row6045740716114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p6521176816114">tenant_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p3540196316114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p78213424110">Project ID. For details on how to obtain the project ID, see <a href="mrs_02_0011.html">Obtaining a Project ID</a>.</p>
</td>
</tr>
<tr id="mrs_02_0050__row3822749116114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p941907716114">start_time</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p5841445516114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p3395042316114">Job start time</p>
</td>
</tr>
<tr id="mrs_02_0050__row3711835316114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p5379659816114">Id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p3396812216114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p6706340116114">Job execution object ID</p>
</td>
</tr>
<tr id="mrs_02_0050__row4703004611458"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p5133741611458">engine_job_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p540340611458">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p3502271311458">Workflow ID of Oozie</p>
</td>
</tr>
<tr id="mrs_02_0050__row6669970516114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p3396698716114">oozie_job_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p5597775016114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p3790390216114">Workflow ID returned by Oozie</p>
</td>
</tr>
<tr id="mrs_02_0050__row559080316114"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p id="mrs_02_0050__p5020193316114">info</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p id="mrs_02_0050__p458334716114">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p id="mrs_02_0050__p3570679816114">Key-value pair set, containing job running information returned by Oozie</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="mrs_02_0050__table30347504144155"></a><a name="table30347504144155"></a><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_0050__table30347504144155" frame="border" border="1" rules="all"><caption><b>Table 5 </b><strong id="mrs_02_0050__b1418814254274">job_configs</strong> parameter description</caption><thead align="left"><tr id="mrs_02_0050__row33053434144155"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.5.2.4.1.1"><p id="mrs_02_0050__p60082496144155">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.5.2.4.1.2"><p id="mrs_02_0050__p3789952144155">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.5.2.4.1.3"><p id="mrs_02_0050__p38550732144155">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_0050__row35601555144155"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="mrs_02_0050__p24055588144213">configs</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="mrs_02_0050__p6237746314436">Object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="mrs_02_0050__p7464973144313">Key-value pair set configured for a job</p>
</td>
</tr>
<tr id="mrs_02_0050__row63553962144155"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="mrs_02_0050__p21110331144213">args</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="mrs_02_0050__p4046961114436">Array</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="mrs_02_0050__p6148040144313">List of arguments</p>
</td>
</tr>
<tr id="mrs_02_0050__row9454595144155"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="mrs_02_0050__p21501934144213">params</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="mrs_02_0050__p4155571614436">Object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="mrs_02_0050__p52736604144313">Key-value pair set for running a job</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="mrs_02_0050__section1210015461189"><h4 class="sectiontitle">Example</h4><ul id="mrs_02_0050__ul1958913536182"><li id="mrs_02_0050__li1558945321814">Example request<pre class="screen" id="mrs_02_0050__screen10703163719276">GET /v1.1/{project_id}/job-executions?limit=2&amp;sort_by=id&amp;marker=839244be-c471-469b-80c0-6f63e376bcbc</pre>
</li><li id="mrs_02_0050__li543710159193">Example response<pre class="screen" id="mrs_02_0050__screen2293554811406">{
"markers": {
"prev": "821c8924-5249-4dd8-8069-b8d425f3f54a",
"next": null
},
"job_executions": [
{
"created_at": "2017-06-22T06:24:57",
"updated_at": "2017-06-22T06:24:59",
"id": "84900772-8807-4ddc-9484-f719fa43711f",
"tenant_id": "5a3314075bfa49b9ae360f4ecd333695",
"job_id": "",
"start_time": "2017-06-22T06:24:49",
"end_time": "2017-06-22T06:25:02",
"cluster_id": "33dff020-7f96-4270-9c3a-88b99627f6e2",
"oozie_job_id": null,
"return_code": null,
"input_id": null,
"output_id": null,
"is_protected": false,
"is_public": null,
"engine_job_id": null,
"job_configs": null,
"data_source_urls": null,
"info": null
},
{
"created_at": "2017-06-22T06:23:51",
"updated_at": "2017-06-22T06:23:51",
"id": "852042ea-a32c-424b-aacf-df2e6d6642b5",
"tenant_id": "5a3314075bfa49b9ae360f4ecd333695",
"job_id": "",
"start_time": "2017-06-22T06:23:51",
"end_time": null,
"cluster_id": "33dff020-7f96-4270-9c3a-88b99627f6e2",
"oozie_job_id": null,
"return_code": null,
"input_id": null,
"output_id": null,
"is_protected": false,
"is_public": null,
"engine_job_id": null,
"job_configs": null,
"data_source_urls": null,
"info": null
}
]
}</pre>
</li></ul>
</div>
<div class="section" id="mrs_02_0050__section25088328113020"><h4 class="sectiontitle">Status Code</h4><p id="mrs_02_0050__p5547365016031"><a href="#mrs_02_0050__table1584477916050">Table 6</a> describes the status code of this API.</p>
<div class="tablenoborder"><a name="mrs_02_0050__table1584477916050"></a><a name="table1584477916050"></a><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_0050__table1584477916050" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Status code</caption><thead align="left"><tr id="mrs_02_0050__row1339492016050"><th align="left" class="cellrowborder" valign="top" width="30%" id="mcps1.3.6.3.2.3.1.1"><p id="mrs_02_0050__p3411176516050">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="70%" id="mcps1.3.6.3.2.3.1.2"><p id="mrs_02_0050__p1158961516050">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_0050__row3719767816050"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.6.3.2.3.1.1 "><p id="mrs_02_0050__p6022194016050">200</p>
</td>
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.6.3.2.3.1.2 "><p id="mrs_02_0050__p4613894216050">The job execution object list is queried successfully.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p id="mrs_02_0050__p8759115315217">For the description about error status codes, see <a href="mrs_02_0015.html">Status Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="mrs_02_0049.html">Job Execution Object APIs (V1, Not Recommended)</a></div>
</div>
</div>