---
title: "Action examples - confluence getSpaceList examplegear"
canonical: "https://support.appfire.com/space/ACLI/60563898/Action%20examples%20-%20confluence%20getSpaceList%20examplegear"
format: markdown
---
> Macro (aura-html)

| Action | getSpaceList |
| --- | --- |
| Description | Public spaces from Example Gear using anonymous access |
| Parameters | server, columns, outputType |
| Command | ```
acli -a getSpaceList --server https://examplegear.atlassian.net --columns 1,2,url --outputType table
``` |

```


1 spaces in list
┌──────┬──────┬────────────────────────────────────────────────────┐
│ Key  │ Name │ URL                                                │
├──────┼──────┼────────────────────────────────────────────────────┤
│ TEST │ Test │ https://examplegear.atlassian.net/wiki/spaces/TEST │
└──────┴──────┴────────────────────────────────────────────────────┘

```