How can I get a data (variable) from succeeded job as result?

@kenyawest

The response of start job will always be that because it runs async…so the api will give only created details

You need to perform get jobs using id and then get the output arguments as response

Cheers