action code_scan_get_job { label: "Get the status of a job" description: "Fetches the status of a job" provider: code_scan method: GET path: "/job" encoding: json input: { type: "object" properties: { jobId: { type: "string" } } required: ["jobId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }