---
title: "Get decision by jobId"
method: GET
path: "/decision/{jobId}"
---

# Get decision by jobId

`GET /decision/{jobId}`

## Path parameters

- `jobId` string, required

## Response `200`

The response for getting a report

- object
  - `decision` DecisionGoNogo
    - `orgId` string — Organization identifier
    - `customerId` string — Customer identifier
    - `userId` string — User identifier
    - `isCardConnect` number — Indicates if a card is connected (1 = yes, 0 = no)
    - `cardCreditLimit` object[] — Credit limit details for cards
      - `accountNumber` string — Credit card account number
      - `creditLimitCard` string — Credit limit for the card
    - `checkingCreditLimit` object[] — Credit limit usage details for checking accounts
      - `adjustedAccountNumber` string — Checking account number
      - `adjustedCreditLimit` string — Credit limit assigned to the checking account
      - `almostExceededCredit` number — Indicates if credit usage is near the limit
    - `savings` object[] — Savings account information
      - `currency` string — Currency of the savings account
      - `amount` number — Current balance in the savings account
    - `savingsTransactions` object[] — Savings account transactions
      - `chargedAmount` number — Amount of the savings transaction
      - `chargedCurrency` string — Currency of the savings transaction
      - `description` string — Description of the savings transaction
    - `countAkamChq` number — Number of 'Akam' cheques
    - `countCancelledChq` number — Number of cancelled cheques
    - `countAkamHok` number — Number of 'Akam Hok' transactions
    - `countCancelledHok` number — Number of cancelled 'Hok' transactions
    - `countPigur` number — Number of 'Pigur' transactions
    - `mortgageLastPay` number — Amount of the last mortgage payment
    - `creditExceeded` object[] — Details of credit usage exceeding limits
      - `providerId` string — Provider ID (e.g., bank or credit card identifier)
      - `accountNumber` string — Account or credit card number
      - `adjustedYearMonth` string — Year and month of the credit usage
      - `percentageOfUse` number — Percentage of the credit limit used
    - `incomeExpensesSources` object[] — Breakdown of income and expenses by category/source
      - `classificationSource` string — Category or classification of the source
      - `sumIncome` number — Sum of income for this source
      - `sumExpenses` number — Sum of expenses for this source
    - `indication` object[] — List of relevant indications or indicators
      - `description` string — Indicator description
    - `loanBalance` string — Outstanding balance for loans
    - `newLoansFromLastWeek` number — new Loans From Last Week
    - `newLoansDetailsFromLastWeek` object[] — new Loans Details array- From Last Week
      - `providerId` string — Lending institution
      - `originalAmountLoansLastWeek` number — the original amount of loans- taken last week
      - `leftToPayLoansLastWeek` number — Remaining loan balance for loans taken in the last week.
      - `loansDetailsLoansLastWeek` string — loan details for loans taken in the last week.
    - `existMortgage` number — Indicates if there is an existing mortgage (1 = yes, 0 = no)
    - `reportedPeriodInMths` number — count of reported Period In Months
    - `decision` 'Go' | 'NoGo' — Final decision based on financial data
  - `status` 'DONE' | 'RUNNING' — The status of the report

## Other responses

- `400` — Error getting deciosion report
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
