---
title: "List Utility Credentials"
method: GET
path: "/utility_credentials"
tags: ["Utility Credentials"]
---

# List Utility Credentials

`GET /utility_credentials`

Returns a paginated list of UtilityCredentials for all users, or filtered by `client_user_id`. Default ordered by descending `updated_at`.

## Query parameters

- `client_user_id` string
- `limit` integer
- `updated_after` string, date-time
- `updated_before` string, date-time
- `order` 'asc' | 'desc'

## Headers

- `Arcadia-Version` string, required

## Response `200`

Success

- PaginatedUtilityCredentials
  - `data` UtilityCredential[], required
    - `id` integer, required
    - `client_user_id` string, required
    - `utility_name` string, required — The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1).
    - `utility_long_name` string, required — Provides greater detail than `utility_name`. The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1).
    - `username` string, nullable, required
    - `verification_status` 'pending' | 'verified' | 'rejected' | 'error', required — The verification status of the Utility Credential. * `pending`: Credential verification is pending * `verified`: The credentials were found to be correct * `rejected`: The credentials were found to be incorrect * `error`: There was an error attempting to verify the credentials. This status _may_ be transient, as Arcadia will continue to retry verification in the background.
    - `accounts_load_in_progress` boolean, required — Indicates if Arcadia is in the process of verifying a utility credential or loading associated utility accounts. The combination of `verification_status: verified` and `account_load_in_progress: false` will indicate that utility accounts are available in the API. Alternatively, the `utility_accounts_discovered` webhook will alert you when utility accounts are available in the API.
    - `verification_updated_at` string, date-time, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `sandboxed` boolean, required
    - `uses_test_scenario` boolean, required — Indicates if the utility credential was created using a designated test username and password.
  - `total_count` integer, required

---

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