---
title: "Get compliance document"
method: GET
path: "/shipping/drivers/compliance_documents/v1/{driver_compliance_document_id}"
tags: ["/shipping/drivers"]
---

# Get compliance document

`GET /shipping/drivers/compliance_documents/v1/{driver_compliance_document_id}`

Retrieves one driver compliance document in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (DriverComplianceDocument1)

## Path parameters

- `driver_compliance_document_id` string, required

## Response `200`

Successful Response

- DriverComplianceDocument1
  - `schema_version` 1, required
  - `_id` string, required
  - `org_id` string, required — Must be a string starting with `org_`
  - `driver_id` string, required
  - `document_type` 'drivers_license' | 'commercial_drivers_license' | 'tsa_sta' | 'iata_dangerous_goods' | 'dot_hazmat' | 'cdl_hazmat_endorsement' | 'osha_bloodborne_pathogens' | 'medical_specimen' | 'clinical_lab_specimen' | 'pathology' | 'blood_products' | 'pharmaceutical' | 'cold_chain' | 'vehicle_registration' | 'vehicle_inspection' | 'background_check' | 'mvr_check', required
  - `description` string, nullable
  - `driver_compliance_document_s3_object_metadata_ids` string[]
  - `valid_from` string, date-time, nullable
  - `valid_until` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
