# Retrieve list of all Spaces Retrieve list of all Spaces Endpoint: GET /spaces Version: v1 Security: Organisation ## Query parameters: - `limit` (integer) Max number of rows to return Example: 20 - `page` (integer) Section of rows to return e.g. 0, 1 or 2 - `sort` (string) Sort by Ascending or Descending order Default: DESC Enum: "ASC", "DESC" - `order` (string) Order by column e.g. id - `country` (string) ISO 3166-1 alpha-3 country code ## Response 200 fields (application/json): - `id` (string) Example: "spc_abc123" - `clientId` (string) Example: "client-specific-id" - `name` (string) Example: "Test Space" - `isPublic` (boolean) - `disabled` (boolean) - `avatar` (object) - `avatar.default` (string) Example: "1234-5342-5543-36AD" - `avatar.url` (string) Example: "https://example.com/image" - `avatar.thumbnail` (string) Example: "1234-5342-5543-36AD" - `owner` (object) - `owner.organisation` (object)