Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

I was going through API documentation of Alteryx| Trifacta Cloud. I could see methods like "Getjobgroupsstatus" which returns file path of Job's output. Is there any method via which we can fetch the actual output result from the job?

Any method to fetch the output csv file itself of the job?

2 REPLIES 2
Trifacta_Alumni
Alteryx Alumni (Retired)

Hi @shaz kamal?,

 

Great question! Since Trifacta can write results to many different destinations, including databases and file systems, there is no single API method that can return any output result. We typically recommend that customers use API endpoints associated with the output destination to retrieve specific files. Basically, you would first make the Trifacta API call to retrieve the output destination path, and then chain a second call to the destination system to retrieve the file or table from the path.

 

Hope this helps!

Thank you for the detailed explanation!