# List connected account tasks

`needleListConnectedAccountTasks`

List a page of the queue for one connected account, earliest scheduled first. Quotas and pacing are per account, so this is the order and rate its work will go out at. Use nextCursor as cursor for the next page.

**Input**

- `connectedAccountId` (string · uuid, required): Connected account id
- `cursor` (string, optional)
- `limit` (integer, optional)
- `status` ("pending" | "pending_approval", optional)
