---
title: "Retrieve an operation job"
method: GET
path: "/v1/operations/jobs/{jobId}"
tags: ["Operations"]
---

# Retrieve an operation job

`GET /v1/operations/jobs/{jobId}`

Retrieves information about a specific operation job.

Currently, you can only use this API operation to retrieve the status information about invoice deletion and reversal operation jobs.

## Path parameters

- `jobId` string, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GetOperationJobResponseType
  - `id` string — The ID of the operation job to retrieve information about.
  - `objectId` string — The ID of the business object which is being operated.
  - `objectType` 'Invoice' — The object type of the job.
  - `operationType` 'Delete' | 'Reverse' — The operation type of the job.
  - `reasons` object[]
    - `code` string — The error code of the response.
    - `message` string — The detail information of the error response.
  - `status` 'Pending' | 'Processing' | 'Failed' | 'Completed' — The status of the operation job.
  - `success` boolean — Whether the call succeeded.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
