---
title: "Get gitspace settings for a given space"
method: GET
path: "/accounts/{accountIdentifier}/gitspace-settings"
tags: ["gitspace-settings"]
---

# Get gitspace settings for a given space

`GET /accounts/{accountIdentifier}/gitspace-settings`

## Path parameters

- `accountIdentifier` string, required

## Response `200`

OK

- TypesGitspaceSettingsResponse
  - `available_settings` TypesAvailableSettings
    - `infra_provider_resources` object
  - `created` integer
  - `settings` TypesGitspaceSettingsData
    - `gitspace_config` TypesGitspaceConfigSettings
      - `devcontainer` TypesDevcontainerSettings
        - `devcontainer_image` TypesDevcontainerImage
          - `access_list` TypesAccessListString
            - `list` string[], nullable
            - `mode` string
          - `image_connector_ref` string
          - `image_name` string
      - `ide` TypesIDESettings
        - `access_list` EnumIDEType — unresolved $ref
        - `disable_ssh` boolean
      - `scm` TypesSCMProviderSettings
        - `access_list` EnumGitspaceCodeRepoType — unresolved $ref
    - `infra_provider` object
  - `space_path` string
  - `updated` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 19 revisions in range; 1 not diffed.

- **2025-11-17** `a39dc72168fe` — 1 info
  - endpoint added
- **2024-05-29** `e133a34ecf0b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/harness/apis/api-specification/changes/accounts/:accountIdentifier/gitspace-settings/get.md)

---

[API](https://skmtc.dev/harness/apis/api-specification.md) · [All operations](https://skmtc.dev/harness/apis/api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harness/api-specification/revisions/3b3bedabcfa7/schema)
