I need to develop an audit log of jobs executed via Alteryx Server. I can quickly utilize the /v3/jobs/{jobId}/messages endpoint to review all jobs; however, to identify the job's status (e.g., Completed, Running, etc.), the /v3/jobs/{jobId} endpoint only allows me to review jobs executed using my credentials.
Is there another way to retrieve this information via the Server APIs, or is the only way to extract this information by connecting directly to the MongoDB? Important to note, I am the Server's Curator.
Thanks.