> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# accounts_retrieve

> Retrieve a connected account by ID.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.stripe.com/v1/accounts/{account}"}</code></div>

```python stripe_accounts_retrieve.py theme={null}
from charter.packs import stripe

result = await stripe.accounts_retrieve.ainvoke({"account": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                           | Type     | Description                                          |
  | --------------------------------------------------------------- | -------- | ---------------------------------------------------- |
  | `account` <span className="required" title="required">\*</span> | `string` | The ID of the connected account, beginning 'acct\_'. |
</div>
