---
title: "Lists the full routing input items for a job"
method: POST
path: "/api/jobs/{jobId}/routing/{routingId}/input-items/list"
tags: ["Job Full Routing"]
---

# Lists the full routing input items for a job

`POST /api/jobs/{jobId}/routing/{routingId}/input-items/list`

## Path parameters

- `jobId` string, required
- `routingId` string, required

## Query parameters

- `skip` integer
- `take` integer

## Request body

- RoutingRequestItemFindParameters — Parameters used for searching/finding input items on an item's routing.
  - `number` string, nullable — Filter to items who's number contains the given string

## Response `200`

OK

- ItemRoutingInputItemDto[]
  - `id` string, required — Id of this input item in the item's routing
  - `itemId` string, required — Item Id
  - `number` string, required — The number to give the item.
  - `revision` string — The revision of the item
  - `description` string, required — The description to give the item.
  - `valueTypeUnits` number, double, required — Measurement unit depending on FulcrumProduct.PublicApi.Dto.Item.Routing.InputItemDto.ValueType
  - `valueType` 'creates' | 'requires', required — Specifies how a routing input item quantity is measured.
  - `routingStepId` string, nullable — Id of the routing operation (step) this input item is attached to, or null when it is not attached to a specific operation. Corresponds to the Id from the routing's operations list (e.g. jobs/{jobId}/routing/{routingId}/operations/list or items/{itemId}/routing/operations/list).
  - `isMaterialLine` boolean — True when this line is tied to an input material (created by a material selection). Material-tied lines must be included in every input-items replace — they cannot be removed through that endpoint.

---

[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/revisions/a41e60b375bc/schema)
