# List Instagram conversations

`needleListInstagramConversations`

List the Instagram inbox of a connected account, most recent first.

**Input**

- `connectedAccountId` (string · uuid, required): Connected account to act as
- `cursor` (string, optional)
- `limit` (integer, optional): Page size, up to 100. Defaults to 20. A page can hold fewer, so follow cursor until it comes back null.
