## List **get** `/external-accounts` Lists all external accounts for the workspace ### Returns - `data: array of object { id, external_id, name }` - `id: string` Fragment-generated unique ID for the external account - `external_id: string` User-provided external ID - `name: string` Human-readable name for the external account ### Example ```http curl https://api.us-west-2.fragment.dev/external-accounts ```