# List connected account limits

### List connected account limits

`GET /api/v1/connected-accounts/{connectedAccountId}/limits`

Operation ID: `listConnectedAccountLimits`

Every metered action on this account with its channel defaults, the caps currently enforced, the override behind them (if any), and usage so far. Limit errors (429) point at one of these actions.

**Path parameters**

- `connectedAccountId` (string · uuid, required): Connected account id

**200**: Limits for every metered action.

- `limits` (object[], required)
- `requestId` (string · uuid, required): Id of this request, for support and troubleshooting

**Errors**

- `400`: Bad request
- `401`: Unauthorized: missing or invalid API key
- `403`: Forbidden
- `404`: Not found
- `422`: Invalid request payload
