---
title: "Returns scrap entries logged within the supplied date range. Both
dates are optional; the Domain layer defaults to the prior 90 days
when neither is supplied."
method: GET
path: "/api/scrap-reports"
tags: ["ScrapReport"]
---

# Returns scrap entries logged within the supplied date range. Both
dates are optional; the Domain layer defaults to the prior 90 days
when neither is supplied.

`GET /api/scrap-reports`

## Query parameters

- `startDateUtc` string, date-time
- `endDateUtc` string, date-time

## Response `200`

Scrap entries within the requested window.

- ScrapReportEntryDto[]
  - `item` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `quantity` number, double, required — Quantity scrapped, in the item's unit of measure.
  - `value` number, double, required — Cost value of the scrapped quantity, in the tenant's primary currency.
  - `operator` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `operation` string, nullable — Operation name on the job during which the scrap was logged.
  - `workCenter` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `department` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `equipment` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `job` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `dateUtc` string, date-time, required — UTC timestamp at which the scrap entry was recorded.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
