# Payout Item

Source: https://docs.gocardless.com/docs/api-reference/payout-item

## Get all payout items in a single payout

`GET /payout_items`

Returns a [cursor-paginated](#api-usage-cursor-pagination) list of items in the payout.

<strong>This endpoint only serves requests for payouts created in the last 6 months. Requests for older payouts will return an HTTP status <code>410 Gone</code>.</strong>

### Responses

| Status | Description |
| --- | --- |
| 200 | Successful response |
| 400 | Bad Request |
| 401 | Unauthorised |
| 404 | Not found |
| 422 | Validation Error |
| 500 | Internal Error |
