# List the posts of an account

`needleListInstagramPosts`

List the posts of an Instagram account, most recent first. A username that does not exist comes back with no posts.

**Input**

- `connectedAccountId` (string · uuid, required): Connected account to act as
- `identity` (string, required): Whose posts to read, as a username without @.
- `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.
