---
title: "GET /Account"
method: GET
path: "/Account"
tags: ["Account"]
---

# GET /Account

`GET /Account`

List Account records.

## Headers

- `X-No-Total` 'true' | 'false'

## Response `200`

Success.

- object
  - `list` Account[] — Records.
    - `id` string — An ID.
    - `name` string — A one-line string.
    - `website` string, nullable — A one-line string.
    - `emailAddress` string, nullable — A primary email address.
    - `emailAddressData` object[], nullable — Multiple email addresses
      - `emailAddress` string, required
      - `primary` boolean, required
      - `optOut` boolean
      - `invalid` boolean
      - `lower` string
    - `phoneNumber` string, nullable — A primary phone number.
    - `phoneNumberData` object[], nullable — Multiple phone numbers.
      - `phoneNumber` string, required
      - `primary` boolean, required
      - `optOut` boolean
      - `invalid` boolean
      - `type` 'Office' | 'Mobile' | 'Fax' | 'Other'
    - `type` 'Customer' | 'Investor' | 'Partner' | 'Reseller', nullable
    - `industry` 'Advertising' | 'Aerospace' | 'Agriculture' | 'Apparel & Accessories' | 'Architecture' | 'Automotive' | 'Banking' | 'Biotechnology' | 'Building Materials & Equipment' | 'Chemical' | 'Construction' | 'Consulting' | 'Computer' | 'Culture' | 'Creative' | 'Defense' | 'Education' | 'Electronics' | 'Electric Power' | 'Energy' | 'Entertainment & Leisure' | 'Finance' | 'Food & Beverage' | 'Grocery' | 'Healthcare' | 'Hospitality' | 'Insurance' | 'Legal' | 'Manufacturing' | 'Mass Media' | 'Marketing' | 'Mining' | 'Music' | 'Publishing' | 'Petroleum' | 'Real Estate' | 'Retail' | 'Service' | 'Sports' | 'Software' | 'Support' | 'Shipping' | 'Travel' | 'Technology' | 'Telecommunications' | 'Television' | 'Transportation' | 'Testing, Inspection & Certification' | 'Venture Capital' | 'Wholesale' | 'Water', nullable
    - `sicCode` string, nullable — A one-line string.
    - `billingAddressStreet` string, nullable — A multi-line text.
    - `billingAddressCity` string, nullable — A one-line string.
    - `billingAddressState` string, nullable — A one-line string.
    - `billingAddressCountry` string, nullable — A one-line string.
    - `billingAddressPostalCode` string, nullable — A one-line string.
    - `shippingAddressStreet` string, nullable — A multi-line text.
    - `shippingAddressCity` string, nullable — A one-line string.
    - `shippingAddressState` string, nullable — A one-line string.
    - `shippingAddressCountry` string, nullable — A one-line string.
    - `shippingAddressPostalCode` string, nullable — A one-line string.
    - `description` string, nullable — A multi-line text.
    - `campaignId` string, nullable — An ID of the record of the Campaign type.
    - `campaignName` string, nullable — A foreign record name.
    - `createdAt` string, nullable — A timestamp in UTC.
    - `modifiedAt` string, nullable — A timestamp in UTC.
    - `createdById` string, nullable — An ID of the record of the User type.
    - `createdByName` string, nullable — A foreign record name.
    - `modifiedById` string, nullable — An ID of the record of the User type.
    - `modifiedByName` string, nullable — A foreign record name.
    - `assignedUserId` string, nullable — An ID of the record of the User type.
    - `assignedUserName` string, nullable — A foreign record name.
    - `teamsIds` string[], nullable — IDs of records of the Team type.
    - `teamsNames` object, nullable — An {ID => record name} map.
    - `targetListsIds` string[], nullable — IDs of records of the TargetList type.
    - `targetListsNames` object, nullable — An {ID => record name} map.
    - `targetListId` string, nullable
    - `targetListName` string, nullable — A foreign record name.
    - `originalLeadId` string, nullable — An ID of the record of the Lead type.
    - `originalLeadName` string, nullable — A foreign record name.
    - `emailAddressIsOptedOut` boolean
    - `emailAddressIsInvalid` boolean
    - `phoneNumberIsOptedOut` boolean
    - `phoneNumberIsInvalid` boolean
    - `streamUpdatedAt` string, nullable — A timestamp in UTC.
  - `total` number — The total number of records. If the total number is disabled, special values are returned: -1 – there are more records to paginate, -2 – there are no more records.

## Other responses

- `400` — Bad request. Check logs for details.
- `403` — Forbidden. Might be an access control error. Check logs for details.

## Changes

- **2025-12-02** `e28ba9216fac` — 9 warning, 1 info
  - deleted the `query` request parameter `attributeSelect`
  - deleted the `query` request parameter `boolFilterList`
  - deleted the `query` request parameter `maxSize`
  - deleted the `query` request parameter `offset`
  - …6 more

[Change history](https://skmtc.dev/espocrm/apis/espocrm-api/changes/Account/get.md)

---

[API](https://skmtc.dev/espocrm/apis/espocrm-api.md) · [All operations](https://skmtc.dev/espocrm/apis/espocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/espocrm/espocrm-api/revisions/e28ba9216fac/schema)
