---
title: "Retrive a mock of octoprinter printer profile"
method: GET
path: "/api/printerprofiles"
---

# Retrive a mock of octoprinter printer profile

`GET /api/printerprofiles`

## Response `200`

OK

- object
  - `profiles` Profiles
    - `_default` object
      - `id` string
      - `name` string
      - `model` string
      - `color` string
      - `current` boolean
      - `default` boolean
      - `heatedBed` boolean
      - `heatedChamber` boolean
      - `extruder` object
        - `count` integer — Number of print heads
        - `offsets` array[]
          - number[]
      - `resource` string

## Other responses

- `403` — Unauthorized

## Changes

- **2021-02-22** `30eda14983ed` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/prusa3d/apis/prusalink-web/changes/api/printerprofiles/get.md)

---

[API](https://skmtc.dev/prusa3d/apis/prusalink-web.md) · [All operations](https://skmtc.dev/prusa3d/apis/prusalink-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prusa3d/prusalink-web/revisions/30eda14983ed/schema)
