---
title: "Get a specific operation for an item to make on a job"
method: POST
path: "/api/jobs/{jobId}/items-to-make/{itemToMakeId}/operations/{operationId}"
tags: ["Job Item To Make Operation"]
---

# Get a specific operation for an item to make on a job

`POST /api/jobs/{jobId}/items-to-make/{itemToMakeId}/operations/{operationId}`

## Path parameters

- `jobId` string, required
- `itemToMakeId` string, required
- `operationId` string, required

## Request body

- ItemToMakeOperationUpdateDto — Represents an routing operation on a job item to make
  - `customFields` object, nullable — The custom fields to update on the operation object

## Response `200`

The operation for the given id

## Other responses

- `404` — Job, item to make, or operation did not exist

---

[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)
