List all social media accounts connected to your Simplified workspace.
Usage
simplified accounts:list [options]Options
| Flag | Type | Description |
|---|---|---|
--network, -n | string | Filter by platform (e.g. instagram, linkedin) |
Examples
# List all connected accounts
simplified accounts:list
# Filter by platform
simplified accounts:list --network instagram
simplified accounts:list --network tiktokResponse
Returns a JSON array of account objects.
[
{
"id": "abc123",
"name": "My Instagram",
"type": "instagram",
"picture": "https://..."
}
]Agent tip: Use the
idfield from this response as the value for--accounts/-ain all other commands.
Supported Platform Values
facebook · instagram · linkedin · tiktok · tiktokBusiness · youtube · pinterest · threads · google · bluesky