<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alteryx Gallery API - Possible responses for Disposition and Status of a job in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/887736#M10096</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/253231"&gt;@WillH&lt;/a&gt;&amp;nbsp;I'm just tagging some people who I know have done work with the server APIs who may be able to assist -&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5339"&gt;@joshuaburkhow&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 13:40:59 GMT</pubDate>
    <dc:creator>cgoodman</dc:creator>
    <dc:date>2022-01-06T13:40:59Z</dc:date>
    <item>
      <title>Alteryx Gallery API - Possible responses for Disposition and Status of a job</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/887231#M10089</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm trying to use the Alteryx Gallery API to run some jobs using python and then do some error handling and logging on the python side when I get the response but I can't find what the different possible responses are for some fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g. if I get the following response when hitting the "GET /v1/jobs/{jobId}/" endpoint&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What is the list of possible values for status where currently it says "Completed"?&lt;/LI&gt;&lt;LI&gt;What is the list of possible values for disposition where currently it says "Error"?&lt;/LI&gt;&lt;LI&gt;What do the status codes for the messages mean e.g. what does the status code "101" mean?&amp;nbsp;&lt;BR /&gt;(For this a partial answer can be found &lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Server-Logs-amp-Status-Codes/td-p/84301" target="_self"&gt;here&lt;/A&gt;)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;And for all of these questions if you know the answer where do you know it from/is there a documentation link?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{
  "id": "61d58b73e24e0000160bd2b8",
  "appId": null,
  "createDate": "2022-01-05T12:13:39Z",
  "status": "Completed",
  "disposition": "Error",
  "outputs": [],
  "messages": [
    { "status": 1, "text": "Running at a Low Priority.", "toolId": -1 },
    { "status": 1, "text": "1 record was output", "toolId": 4 },
    {
      "status": 101,
      "text": "action:GET URL:REDACTED",
      "toolId": -1
    }
  ],
  "priority": 0,
  "workerTag": null,
  "runWithE2": false
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 15:35:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/887231#M10089</guid>
      <dc:creator>WillH</dc:creator>
      <dc:date>2022-01-05T15:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Gallery API - Possible responses for Disposition and Status of a job</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/887736#M10096</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/253231"&gt;@WillH&lt;/a&gt;&amp;nbsp;I'm just tagging some people who I know have done work with the server APIs who may be able to assist -&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5339"&gt;@joshuaburkhow&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 13:40:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/887736#M10096</guid>
      <dc:creator>cgoodman</dc:creator>
      <dc:date>2022-01-06T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Gallery API - Possible responses for Disposition and Status of a job</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/1219142#M14728</link>
      <description>&lt;P&gt;Check this out, &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/253231"&gt;@WillH&lt;/a&gt;.&amp;nbsp; &lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Server-Logs-amp-Status-Codes/td-p/84301" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Server-Logs-amp-Status-Codes/td-p/84301&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 21:15:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-Possible-responses-for-Disposition-and/m-p/1219142#M14728</guid>
      <dc:creator>jayj1000</dc:creator>
      <dc:date>2023-12-11T21:15:09Z</dc:date>
    </item>
  </channel>
</rss>

