/** * @example * { * jobId: "job_id" * } */ export interface RetrieveJobRequest { /** The ID of the job to retrieve. */ jobId: string; }