How can i retrieve the job details from archived location
Karthik39
New Altair Community Member
I am trying to get Job details that ran on AI HUB through Rapid Miner AI HUB API (Swagger HUB).
I can see only the jobs details that are recently executed and not the jobs in archived state.
I can see only the jobs details that are recently executed and not the jobs in archived state.
Tagged:
0
Answers
-
Hi @Karthik39
You can use the following documentation: https://app.swaggerhub.com/apis/RapidMiner/Server/9.10.4#/jobs/getAllUsingGET
You'll need to add the ?archive=true to your Get Request to show the archived executions.
Please check on which version of AI Hub you are when you check the documentation, the link I shared is for 9.10.4
0