posts create --draft live under drafts list instead.draft, pending, scheduled, publishing, published, failed, partial. Filter with --status.--created-after/--created-before and --scheduled-after/--scheduled-before for date range filtering, --platforms to filter by target platform(s), and --limit to control how many results are returned (default: 10).1akarso posts list
| Option | Default | Description |
--status [status] | - | Filter by status |
--created-after [date] | - | Only posts created after this ISO date |
--created-before [date] | - | Only posts created before this ISO date |
--scheduled-after [date] | - | Only posts scheduled after this ISO date |
--scheduled-before [date] | - | Only posts scheduled before this ISO date |
--platforms [list] | - | Comma-separated platforms to filter by |
--limit [n] | 10 | Maximum number of posts to return |
| Option | Default | Description |
--api-key [key] | - | API key (overrides AKARSO_API_KEY env and ~/.akarso/config.json) |
--api-url [url] | - | Server URL (overrides AKARSO_API_URL env, defaults to akarso.co) |
--profile [id] | - | Profile (workspace) ID to operate on, overriding the API key's pinned profile. Use profiles list to see available IDs. |
--json | - | Output raw JSON instead of YAML |
-h, --help | - | Display this message |
-v, --version | - | Display version number |
1akarso posts list --status scheduled
1akarso posts list --scheduled-after 2026-07-01T00:00:00Z --scheduled-before 2026-08-01T00:00:00Z