---
title: "returns the processing status of the transaction which corresponds to the hash. It searches for SCRs generated by the transaction and computes the actual processing status"
method: GET
path: "/transaction/{txhash}/process-status"
tags: ["transaction"]
---

# returns the processing status of the transaction which corresponds to the hash. It searches for SCRs generated by the transaction and computes the actual processing status

`GET /transaction/{txhash}/process-status`

## Path parameters

- `txhash` string, required

## Response `200`

successful operation

- TxStatusResponse
  - `data` object
    - `status` string
  - `error` string
  - `code` string

## Changes

- **2023-11-27** `2982d4dbcfab` — 1 info
  - endpoint added
- **2023-11-16** `542fe49582f8` — 1 breaking
  - api path removed without deprecation
- **2023-07-21** `ee7a1fa0f238` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/transaction/:txhash/process-status/get.md)

---

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