Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Not finding Jobs using /webapi/v1/jobs/[jobid]

bdaunt
6 - Meteoroid

We have server v2022.1.1.40869

 

 I'm trying to use the   "/webapi/v1/jobs/[idJob]"  API endpoint to get the job output. It keeps returning "Job Not Found" for all of the Jobs except the ones I actually submitted. I am a Curator and I am using the proper API Key and Secret (not the Private Studio one). In previous server versions there used to be an "Admin" Api Key and Secret. I know the jobs in question exists because they are listed when I call the "/webapi/v1/workflows/[idApp]/jobs" endpoint for the app. I also see them in the MongoDB.

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hey @bdaunt ,

 

It is not possible to retrieve job outputs from other users or from schedules that haven`t been shared with you through collections.

 

A curator has access to the metadata but not the data itself and this is for security/compliance purposes.

For example, a user added his personal credentials before running a workflow and that gave him access to a shared folder or DB with sensitive information. 

 

Best,

Fernando Vizcaino