---
title: "List items"
method: GET
path: "/v3/aggregation/items"
tags: ["Items"]
---

# List items

`GET /v3/aggregation/items`

Return a list of the user's items

## Query parameters

- `limit` number

## Response `200`

List items

- object — Represent paginated collection of resources.
  - `resources` Item[]
    - `id` number, required — Item's unique identifier
    - `provider_id` number, required — Provider's unique identifier
    - `status` 0 | -2 | -3 | 402 | 429 | 1003 | 1005 | 1007 | 1009 | 1010 | 1099 | 1100, required — Represents the overall state of the connection
    - `status_code_info` string — Details the state of the connection
    - `status_code_description` string — Description used in the connect session to guide the user on what they need to do
    - `account_types` 'payment' | 'all', required — Account types synchronized on an item. It impacts the available data and the user experience.
    - `last_successful_refresh` string, date-time — Timestamp recording when the item was last refreshed in success
    - `last_try_refresh` string, date-time — Timestamp recording when the item was last refreshed
    - `created_at` string, date-time — Timestamp recording when the item was created
    - `authentication_expires_at` string, date-time — Timestamp indicating when the Strong Customer Authentication (SCA) will expire (PSD2 accounts only = payment accounts)
  - `pagination` object
    - `next_uri` string, nullable

## Other responses

- `401` — Error 401

---

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