---
title: "Get Job Financials"
method: GET
path: "/jobs/{jobId}/financials"
tags: ["jobs"]
---

# Get Job Financials

`GET /jobs/{jobId}/financials`

Use this endpoint to get the Financials for the specified job. **Supported includes:** `worksheet`, `amendments`.

## Path parameters

- `jobId` string, uuid, required

## Query parameters

- `includes` 'amendments' | 'worksheet' | 'amendments worksheet'

## Response `200`

OK

- Financials
  - `id` string, uuid — The unique identifier of the Financials.
  - `_link` string — The unique URI of the Financials for the specified Job.
  - `jobId` string, uuid — The unique identifier of the Job these financials are for.
  - `approvedJobValue` number — The current approved Job Value.
  - `balanceDue` number — The current amount still owed on the job.
  - `worksheetSectionTotals` WorksheetSectionTotals
    - `worksheetTotal` number — The total of all worksheet sections across both the Worksheet and any Amendment(s).
    - `changeOrderTotal` number — The total of all change order sections across both the Worksheet and any Amendment(s).
    - `insuranceClaimTotal` number — The total of all insurance claim sections across both the Worksheet and any Amendment(s).
    - `upgradeTotal` number — The total of all upgrade sections across both the Worksheet and any Amendment(s).
    - `discountTotal` number — The total of all discount sections across both the Worksheet and any Amendment(s).
    - `supplementTotal` number — The total of all supplement sections across both the Worksheet and any Amendment(s).
    - `workNotDoingTotal` number — The total of all work not doing sections across both the Worksheet and any Amendment(s).
  - `worksheet` WorksheetLink[] — The Worksheet of the Job these financials are for.
    - `id` string, uuid — The unique identifier of the Worksheet.
    - `_link` string — The unique URI of the Worksheet for the specified Job.
  - `amendments` WorksheetAmendmentLink[] — The Amendments of the Job these financials are for.
    - `id` string, uuid — The unique identifier of the Amendment.
    - `_link` string — The unique URI of the Amendment.

## Other responses

- `400` — Bad Request - The server cannot process the request due to a client error. Common causes: - Invalid request format - Missing required fields - Validation errors in the request data
- `401` — Unauthorized - Authentication is required or has failed. Common causes: - Missing API key - Invalid API key - Expired or deactivated API key
- `404` — Not Found - The requested resource does not exist. Common causes: - Invalid subscription ID - Subscription has been deleted - URL path contains typos or incorrect values

---

[API](https://skmtc.net/acculynx/apis/acculynx-api-v2.md) · [All operations](https://skmtc.net/acculynx/apis/acculynx-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acculynx/acculynx-api-v2/revisions/3a9e3886e400/schema)
