Can I get json output for jobs?

Hello

I’m hoping that I can use the AWX api to get data back from a job.

I can call /api/v2/jobs/2704/stdout/?format=json, for example, but - while the result is technically json - its justs not particularly usable.

I have a playbook that uses the k8s_facts module.

I’d like to be able to get the response from this module/task as a payload.

Is that possible using AWX?

Do you mean something like this: https://groups.google.com/d/msg/awx-project/elfT8cs6mdU/NholySBFCQAJ ?