---
title: "List Tax Accounts"
method: GET
path: "/tax/accounts"
tags: ["Tax Reporting"]
---

# List Tax Accounts

`GET /tax/accounts`

List all tax accounts for the client's organization.

## Query parameters

- `limit` integer
- `afterId` string

## Response `200`

Successfully returned list of tax accounts

- TaxAccountsResponse
  - `data` TaxAccount[], required
    - `createdAt` string, date-time, required — ISO-8601 timestamp when the account was created
    - `id` string, required — The unique identifier of the tax account
    - `name` string, required — The name of the tax account
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
