---
title: "Get labor breakdown for stacked bar chart"
method: GET
path: "/Metrics/labor-breakdown"
tags: ["Metrics"]
---

# Get labor breakdown for stacked bar chart

`GET /Metrics/labor-breakdown`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfLaborBreakdownChartDto
  - `success` boolean
  - `data` LaborBreakdownChartDto
    - `weeks` LaborWeekDto[]
      - `week` string
      - `admin` union
        - number, double
        - string, double
      - `tech` union
        - number, double
        - string, double
      - `dvm` union
        - number, double
        - string, double
      - `costPercent` union
        - number, double
        - string, double
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
