action asana_get_job { label: "Get a job by id" description: "Returns the full record for a job." provider: asana method: GET path: "/jobs/{job_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }