# prescriptionRenewal **Type:** GraphQL queries **Description:** Get prescription renewal information by *workflowId* ## Arguments - workflowId (String) ## Response **Type:** PrescriptionRenewal **Description:** Prescription renewal information ### Fields - workflowId (String): Workflow ID associated with this prescription renewal - status (String): Current status - reason (String): Current reason, if applicable - 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 renewal with other systems - updatedAt (String): Last date and time this renewal was updated