---
title: "List Expected Accounts"
method: GET
path: "/plug/expectedAccounts"
tags: ["Expected Accounts"]
---

# List Expected Accounts

`GET /plug/expectedAccounts`

Get a list of expected accounts in the Arcadia system. This endpoint is pageable.

## Query parameters

- `search` string
- `globalSearch` string
- `page` integer
- `size` integer
- `sort` string[]

## Headers

- `Arcadia-Version` string, required

## Response `200`

Successfully retrieved expected accounts

- PagedPublicExpectedAccountResource
  - `expectedAccounts` PublicExpectedAccountResource[], required — An array of the expected accounts that satisfied the search criteria
    - `createdAt` string, date-time, nullable, required — The timestamp when the expected account was created.
    - `createdBy` string, nullable, required — The user who created the expected account.
    - `customData` PublicCustomDataResource, required — You can use these fields to specify additional metadata.
    - `expectedAccountNumber` string, nullable, required — The expected account number associated with the expected account.
    - `id` string, required — A unique identifier for the expected account.
    - `lastModifiedAt` string, date-time, nullable, required — The timestamp when the expected account was last modified.
    - `lastModifiedBy` string, nullable, required — The user who last modified the expected account.
    - `normalizedExpectedAccountNumber` string, nullable, required — The normalized expected account number associated with the expected account.
    - `providerId` string, nullable, required — The provider ID associated with the expected account.
    - `providerName` string, nullable, required — The name of the utility service provider.
  - `page` PageMetadata, required — Specifies which page of results to return; this is 0-indexed
    - `number` integer, required
    - `size` integer, required
    - `totalElements` integer, required
    - `totalPages` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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