# contactPrescriptionVerificationJob **Type:** GraphQL queries **Description:** Get a contact prescription verification job by its *jobId* ## Arguments - jobId (String) ## Response **Type:** ContactPrescriptionVerificationJob **Description:** Contact prescription verification request information ### Fields - jobId (String): Unique ID for this job - status (String): Current job status - reason (String): Current job reason, if applicable - notes (String): Notes entered by Doctor and/or Visibly - issueDate (String): Prescription issue date, if available - expirationDate (String): Prescription expiration date, if available - prescriptions (ContactPrescription): Prescriptions pertinent to the ordered products (inclusive of changes required) - tags (Tag): List of tags used to correlate this workflow with other systems - updatedAt (String): Last date and time this job was updated