File Download URL

Hi Knimers

I would like to have some informations regarding the URL related to a file download.

I understood the part before the question mark (/rest/v4/jobs/{jobId}/output-resources/{ressourceId} ) but not the information after ‘?’ (e.g. X-KNIME-Client-Type=…)

Could you please explain me the meaning of those information and where they come from ?
Is it possible to get those information from the workflow itself ?

Best Regards,
Joel

Hi,
I don’t think you need those query parameters. In your KNIME Server’s WebPortal, you can look at the Swagger definition of the REST API by clicking the REST link on the bottom right. Here the only (optional!) query parameter listed is timeout. A GET request to /rest/v4/jobs/{uuid}/output-resources/{resourceId} should work just fine.
Kind regards,
Alexander

2 Likes

Hi @AlexanderFillbrunn

Thanks for your answer.

Regards
Joel

1 Like