# Retrieve a Space Retrieve a Space Endpoint: GET /spaces/{id} Version: v1 Security: ApplicationKey ## Path parameters: - `id` (string, required) Id of the space ## 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)