---
title: "Get a financial report by jobId"
method: GET
path: "/financial-report/{jobId}"
---

# Get a financial report by jobId

`GET /financial-report/{jobId}`

## Path parameters

- `jobId` string, required

## Query parameters

- `withPdf` '1' | '0'

## Response `200`

The response for getting a report

- object
  - `financialReport` FinancialReportData
    - `customerId` string
    - `ownerName` string
    - `parsedAccountNumber` string
    - `providerId` string
    - `currentDate` string
    - `connectedFinancialResources` object[]
      - `ownerName` string
      - `parsedAccountNumber` string
      - `providerId` string
    - `checkingAccountsILS` object[]
      - `customerId` string
      - `amount` number
      - `providerId` string
    - `checkingAccounts` object[]
      - `customerId` string
      - `amount` number
      - `providerId` string
      - `accountNumber` string
      - `accountId` string
      - `currency` string
    - `yearMonthBalance` object[]
      - `yearMonth` string
      - `sumIncome` number
      - `sumExpense` number
    - `totalIncomesOutcome` object
      - `date` string, date
      - `customerId` string
      - `sumIncomePerMonth` number
      - `sumExpansesPerMonth` number
      - `sumNetIncomePerMonth` number
      - `regularIncomeSources` object[]
        - `classificationSource` string
        - `amount` number
    - `balancesPerDays` object[]
      - `accountId` string
      - `customerId` string
      - `adjustedProvider` string
      - `date` string
      - `adjustedAccountNumber` string
      - `BalancePerEndDay` number
      - `adjustedCreditLimit` number
    - `monthlyAverageProviderFees` object[]
      - `accountNumber` string
      - `customerId` string
      - `avgBankFees` number
      - `providerId` string
    - `creditCardOutcomes` object[]
      - `accountNumber` string
      - `parsedAccountNumber` string
      - `yearMonth` string
      - `customerId` string
      - `providerId` string
      - `sumExpanse` number
    - `creditCardOutcomesByCat` object[]
      - `customerId` string
      - `subCategory` string
      - `avgExpanse` number
    - `creditCardFees` object[]
      - `avgCardFee` number
      - `accountNumber` string
      - `customerId` string
      - `providerId` string
    - `savingsAndSecurities` object
      - `customerId` string
      - `totalSavings` number
      - `totalSecuritiesValue` number
      - `totalForeignCurrencyAmount` object[]
        - `amount` number
        - `currency` string
      - `foreignCurrency` string
    - `savings` object[]
      - `providerId` string
      - `parsedAccountNumber` string
      - `product` string
      - `insertRate` number
      - `contractAvailabilityDate` string
      - `amount` number
      - `customerId` string
    - `securities` object[]
      - `customerId` string
      - `accountNumber` string
      - `providerId` string
      - `totalValue` number
    - `countAkam` number
    - `countAlertNotice` number
    - `countCancelled` number
    - `countForeclosure` number
    - `countLoanOverDue` number
    - `loansTotal` object
      - `customerId` string
      - `totalMortgageAmount` number
      - `totalLoansAmount` number
    - `loans` object[]
      - `amount` number
      - `loanOriginalAmount` number
      - `loanType` string
      - `product` string
      - `providerId` string
      - `parsedAccountNumber` string
      - `avgMonthlyLoanPay` number
      - `interestRate` number
      - `relatedDates` object
        - `contractAvailabilityDate` string
        - `contractStartDate` string
        - `contractEndDate` string
    - `totalLoans` object[]
      - `lastMonthPay` number
      - `avgLoanPayment` number
      - `typeOfLoan` string
  - `status` 'DONE' | 'RUNNING' — The status of the report
  - `url` string — A url to download the report PDF. Send only when withPdf = 1

## Other responses

- `400` — Error getting financial 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/revisions/b4d401b65c3d/schema)
