Hello!
I want to run the Infor Data Fabric / DataLakeCompass APIs on an API Connection Point so I can use it in a Data Flow, since I can't use the "Retrieve" or "Query" Data Flow components because I need to pass parameters to the query I want to run.
So I tried using an API Connection Point: first I call the POST /jobs/ endpoint to get the query, which works fine and returns a query id, but when I call the GET /jobs/{queryId}/status/ endpoint, I get this error:
ION API invocation failed, please see details below: Response code: 404, Response message: Not Found and Response body: {"messageCode":"711","messageCategory":"API","messageType":"ERROR","message":"Query not found. Check your queryId, tenantId, principalId and accept header.","suggestedLocalizedText":"API ERROR Message 711\nQuery not found. Check your queryId, tenantId, principalId and accept header.\nQuery ID hNF0FwNKL1GFT8wDF4FcC\n2026-07-03T11:02:46.245655096Z","messageTime":"2026-07-03T11:02:46.245Z","queryId":"hNF0FwNKL1GFT8wDF4FcC"}. x-transaction-id: 1783076566208-64a3044f-6cde-426b-8757-305d07101477
On the other hand, if I call these APIs from the API Gateway, everything works correctly. Does anyone know what might be causing this, or if there's another way to use the DataLakeCompass APIs in a Data Flow while passing parameters?
Thank you very much!