---
title: "Get a single item"
method: GET
path: "/v3/aggregation/items/{id}"
tags: ["Items"]
---

# Get a single item

`GET /v3/aggregation/items/{id}`

Retrieve the details of a single item

## Path parameters

- `id` number, required

## Response `200`

Item

- Item — An item represents a connection to a bank account using a set of user credentials. It contains one or more accounts which contain transactions.
  - `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)

## Other responses

- `401` — Error 401
- `404` — Error 404

---

[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)
