---
title: "Get printers ranked by compatibility with a file"
method: GET
path: "/v1/files/{fileId}/compatible-printers"
tags: ["Files"]
---

# Get printers ranked by compatibility with a file

`GET /v1/files/{fileId}/compatible-printers`

Returns all printers in the organization ranked by their compatibility with the specified model file. Considers printer model, available filament slots, and material matching with color proximity.

## Path parameters

- `fileId` string, uuid, required

## Query parameters

- `organizationId` string, uuid
- `includeOffline` 'true' | 'false'
- `makeId` string, uuid
- `colorThreshold` string
- `materialIds` string
- `acceptableMaterials` string
- `strategyExactMaterial` 'true' | 'false'
- `strategyTypeColor` 'true' | 'false'
- `strategyLooseMatch` 'true' | 'false'

## Response `200`

Default Response

- object
  - `file` object
    - `id` string
    - `filename` string
    - `sliced_for_model` unknown
    - `sliced_for_model_display` unknown
    - `required_filaments` object[]
      - `index` number
      - `type` string
      - `color` string
      - `used_grams` number
  - `printers` object[]
    - `printer_id` string
    - `name` string
    - `model` string
    - `model_id` unknown
    - `score` number
    - `match_type` string
    - `reasons` string[]
    - `is_connected` boolean
    - `compatibility_details` object
    - `state_observed_at` unknown
    - `material_evidence` object
    - `material_evidence_gate` object

## Other responses

- `400` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
