---
api: 'Business API'
---

# Retrieve a list of cards

Get the list of all cards in your organisation.

The results are paginated and sorted by the `created_at` date in reverse chronological order.

:::note
- This feature is not available in Sandbox.
- To increase your account's card limits, please contact [Revolut API Support](mailto:api-requests@revolut.com).
:::

For more information, see the guides: [Manage cards](/docs/guides/manage-accounts/cards/manage-cards).

## Endpoint

GET `/cards`

## Parameters

### query parameters

- `created_before` (string, optional)
  Retrieves cards with `created_at` < `created_before`.
  The default value is the current date and time at which you are calling the endpoint.
  
  Provided in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

- `limit` (number, optional)
  The maximum number of cards to return per page.
  
  To get to the next page, make a new request and use the `created_at` date of the last card returned in the previous response as the value for `created_before`.

## Returns

### 200

List of cards of the business

#### Response attributes


## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad pagination parameters |
