Guardant Health website screenshot

Guardant Health

Guardant Health is a precision oncology company whose blood- and tissue-based liquid biopsy tests (Guardant360, Guardant Reveal, Guardant Shield, GuardantINFINITY) detect cancer and guide treatment. Its integration surface is partner- and EMR-based - electronic test ordering and results delivery through Epic Aura and Flatiron OncoEMR, patient portals (MyGuardant, My Data), and biopharma data platforms (GuardantINFORM, GuardantConnect, Guardant Galaxy). No public self-serve developer API is documented.

7 APIs 0 Features
HealthcarePrecision OncologyLiquid BiopsyGenomicsEMR Integration

APIs

Guardant Health EMR Ordering Integration

EMR-integrated electronic ordering of Guardant assays (Guardant360 CDx, Guardant360 Response, Guardant Reveal, Guardant Shield) directly from the patient chart via Epic Aura and...

Guardant Health Results Delivery Integration

Automated, EMR-based delivery of molecular profiling results back into the patient chart, with support for reflex/cascade testing workflows. Delivered through EMR interfaces (HL...

Guardant Nexus

Guardant Nexus partnership program for institutional and provider partners, coordinating ordering, integration and account workflows. Access is partner-gated; no public API surf...

GuardantINFORM

In-silico real-world clinical-genomic data platform combining de-identified longitudinal clinical information with genomic data from Guardant360, used by biopharma for drug deve...

GuardantConnect

Integrated software solution that connects patients tested with Guardant assays who have actionable alterations to potentially relevant clinical studies, for clinical and biopha...

Guardant Galaxy

Suite of advanced AI analytics and digital pathology technologies that enhance Guardant test performance and power biomarker and drug discovery. Embedded in Guardant's products;...

MyGuardant Patient Portal

Authenticated patient-facing portals (MyGuardant and My Data) where patients access test status, results and personal health data. Web application behind login; no documented pu...

Collections

Pricing Plans

Rate Limits

Guardant Health Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Guardant Health EMR Integration (Illustrative Model)
  version: '0.1'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: Place a Guardant assay order
      type: http
    http:
      method: POST
      url: https://example.invalid/guardant-health/emr/orders
      body:
        type: json
        data: "{\n  \"assay\": \"Guardant360 CDx\",\n  \"patientReference\": \"emr-patient-123\",\n  \"orderingProvider\"\
          : \"provider-456\",\n  \"specimenType\": \"blood\"\n}"
    docs: Illustrative electronic ordering of a Guardant assay from an integrated EMR. Not a confirmed public endpoint; no
      public base URL is documented.
  - info:
      name: Retrieve order status
      type: http
    http:
      method: GET
      url: https://example.invalid/guardant-health/emr/orders/order-123
    docs: Illustrative retrieval of order status. Not a confirmed public endpoint.
- info:
    name: Results
    type: folder
  items:
  - info:
      name: Retrieve results for an order
      type: http
    http:
      method: GET
      url: https://example.invalid/guardant-health/emr/orders/order-123/results
    docs: Illustrative retrieval of molecular profiling results for a completed order. Not a confirmed public endpoint.