According to the documentation the API
GET /api/v1/data-push/{poolId}/jobs/
Should return the data jobs contained in the Data Pool And according to the below screenshot the data Job ID should be in the position of the 2nd box in the image attached:
Source: Help resources, section: Data Job Execution API
When we run the API above, it returns Extraction tables, not Data Jobs, and the data in the response has nothing to do with the actual data jobs we have in our team.
Can you please explain what the API above returns?
Also, when we try to delete a data job it drops in the database and doesn’t show in the GET requests sent after that. However, this doesn’t reflect in the interface on the system.
Please Advise.