---
title: "List all account tax lines"
method: GET
path: "/quickbooks-desktop/account-tax-lines"
---

# List all account tax lines

`GET /quickbooks-desktop/account-tax-lines`

Returns a list of account tax lines.

**NOTE:** QuickBooks Desktop does not support pagination for account tax lines; hence, there is no `cursor` parameter. Users typically have few account tax lines.

## Headers

- `Conductor-End-User-Id` string, required — The ID of the End-User to receive this request.

## Response `200`

Returns a list of account tax lines.

- object
  - `objectType` 'list', required — The type of object. This value is always `"list"`.
  - `url` string, required — The endpoint URL where this list can be accessed.
  - `data` QbdAccountTaxLine[], required — The array of account tax lines.
    - `taxLineId` number, required — The identifier of the tax line associated with this account tax line. You can see a list of all available values for this field by calling the endpoint for account tax lines.
    - `taxLineName` string, nullable, required — The name of the tax line associated with this account tax line, as it appears on the tax form.

---

[API](https://skmtc.net/conductor-is/apis/conductor-api.md) · [All operations](https://skmtc.net/conductor-is/apis/conductor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductor-is/conductor-api/revisions/0b07b3ebe160/schema)
