Hi Experts,
We are running some of our workflows via Alteryx API Swagger page (Alteryx Server API V1) and trying to download the output file in .json format. In Alteryx Gallery we are seeing correct output file name to download, but after downloading the same output file from Alteryx Swagger, we are getting _extension added.
For instance, accurate name is ABC.json, using Swagger it is getting manipulated as _external_1_ABC.json_
API Structure we are using ---
1. Putting the workflow in queue - POST /api/gallery/workflows/{appID}/jobs/
2. Checking Job status - GET /api/gallery/jobs/{jobId}/
3. Retrieving workflow output - GET /api/gallery/jobs/{jobId}/output/{outputId|/
Alteryx logged a case with Alteryx, but no solution received since last 5 days.
Attached screenshots for reference.
How to fix the issue?