---
title: "Query Transaction Status"
method: GET
path: "/v2/transactionStatuses"
tags: ["transactionStatus"]
---

# Query Transaction Status

`GET /v2/transactionStatuses`

Query all transaction status for sales order

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all transaction status.

- JTLWawiRestContractsModelsV1TransactionStatusTransactionStatus[]
  - `id` integer — Unique ID to identify a transaction's status.
  - `name` string — Name of the transaction status.
  - `isValidForSalesQuotation` boolean — Indicates if a transaction status can be used for sales quotations.
  - `isValidForSalesOrder` boolean — Indicates if a transaction status can be used for sales orders.
  - `isValidForSubscription` boolean — Indicates if a transaction status can be used for subscriptions.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
