# Get plan Returns a single Plan by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/plan/{planId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `planId` (string, required) Plan unique identifier (UUID) ## Response 200 fields (application/json): - `animalId` (string, required) Identifier of the animal this plan is for. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string, required) Identifier of the consult associated with this plan. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the plan was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the plan is currently active. - `notes` (string, required) Free-text notes describing the plan. - `planId` (string, required) Canonical identifier for the plan. Example: "123e4567-e89b-12d3-a456-426614174000" - `recordedAt` (string, required) Clinical timestamp associated with the plan (e.g., when it was recorded in the consult). Example: "2025-01-01T00:00:00.000Z" - `updatedAt` (string, required) Timestamp when the plan was last modified. Example: "2025-01-01T00:00:00.000Z" - `vetId` (string, required) Identifier of the veterinarian responsible for this plan. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 401 fields ## Response 404 fields