<?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 Internal Server Error 500 - For only some API calls in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1175901#M13981</link>
    <description>&lt;P&gt;I am trying to build a suite of tools using the V3 api.&amp;nbsp;However, I have run into some issues with some API calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to delete a workflow using the delete endpoint: /v3/workflows/{workflowId} I am getting a 500 'Internal Server Error'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not run into this issue with multiple other API calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't run into this issue with any GET calls, and have been able to use the delete collection call: Delete: /v3/collections/{collectionId}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions where I should start looking?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 00:17:22 GMT</pubDate>
    <dc:creator>Tom-work</dc:creator>
    <dc:date>2023-08-16T00:17:22Z</dc:date>
    <item>
      <title>Internal Server Error 500 - For only some API calls</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1175901#M13981</link>
      <description>&lt;P&gt;I am trying to build a suite of tools using the V3 api.&amp;nbsp;However, I have run into some issues with some API calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to delete a workflow using the delete endpoint: /v3/workflows/{workflowId} I am getting a 500 'Internal Server Error'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not run into this issue with multiple other API calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't run into this issue with any GET calls, and have been able to use the delete collection call: Delete: /v3/collections/{collectionId}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions where I should start looking?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 00:17:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1175901#M13981</guid>
      <dc:creator>Tom-work</dc:creator>
      <dc:date>2023-08-16T00:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 - For only some API calls</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1185588#M14168</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same error with the delete workflow on 1 of my Gallery server (I have 3 Gallery servers: DEV, Staging, Prod).&lt;/P&gt;&lt;P&gt;On DEV it's working well, on Staging I have this 500 response code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also done a post on the forum today about this.&lt;/P&gt;&lt;P&gt;Hope we will have an answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 09:18:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1185588#M14168</guid>
      <dc:creator>Bargeton</dc:creator>
      <dc:date>2023-09-12T09:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 - For only some API calls</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1187399#M14213</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If you are using theforceDelete=true &lt;/SPAN&gt;&lt;SPAN&gt;parameter in your DELETE request, try removing it to see if the request succeeds without it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sometimes, forcing a delete can lead to unexpected issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 21:20:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1187399#M14213</guid>
      <dc:creator>nehakakar</dc:creator>
      <dc:date>2023-09-16T21:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 - For only some API calls</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1225657#M14832</link>
      <description>&lt;P&gt;hi, did you ever resolve this? we have the same issue - most API calls are fine, but delete gives a 500 error&lt;BR /&gt;-&amp;gt; trying to delete a non-existent workflow gives a different error&lt;BR /&gt;-&amp;gt; as does trying from a user with insufficient perms&lt;BR /&gt;-&amp;gt; the workflow can be deleted as usual via the gallery UI&lt;/P&gt;&lt;P&gt;edit: maybe a version issue?? - server v:&amp;nbsp;&lt;SPAN&gt;2022.1.1.42619&lt;BR /&gt;-&amp;gt; looks a bit like this issue:&amp;nbsp;TCPE-858 GCSE-1759&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.alteryx.com/current/en/release-notes/server-release-notes/server-2023-2-release-notes.html##" target="_blank"&gt;https://help.alteryx.com/current/en/release-notes/server-release-notes/server-2023-2-release-notes.html##&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 13:27:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1225657#M14832</guid>
      <dc:creator>greg17</dc:creator>
      <dc:date>2024-01-04T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 - For only some API calls</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1407965#M17377</link>
      <description>&lt;P&gt;We're having this on GET v3/schedules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other endpoints such as GET v3/users work fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a problem because we also cannot see schedules in the browser.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 10:13:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1407965#M17377</guid>
      <dc:creator>IanBaldwinInogen</dc:creator>
      <dc:date>2025-08-14T10:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 - For only some API calls</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1407971#M17378</link>
      <description>&lt;P&gt;2023.2 Patch 11 solved this for us!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 10:39:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Internal-Server-Error-500-For-only-some-API-calls/m-p/1407971#M17378</guid>
      <dc:creator>IanBaldwinInogen</dc:creator>
      <dc:date>2025-08-14T10:39:14Z</dc:date>
    </item>
  </channel>
</rss>

