---
title: "Get Space"
method: GET
path: "/apps/{app_id}/spaces/{id}"
tags: ["Environments"]
---

# Get Space

`GET /apps/{app_id}/spaces/{id}`

## Path parameters

- `app_id` string, required
- `id` string, required

## Response `200`

Successful response

- Space
  - `id` integer
  - `name` string
  - `permanent` boolean
  - `tracking_branch` string
  - `tracking_tag` string
  - `namespace` string
  - `mode` string
  - `deployment_strategy` string
  - `error_message` string
  - `production` boolean
  - `dependencies_status` string
  - `pool_id` string
  - `pool_cluster_id` string
  - `pool_name` string
  - `current_snapshot_id` string
  - `newest_snapshot_id` string
  - `aasm_state` string
  - `latest_deploy_id` integer
  - `env_id` string
  - `version` string
  - `latest_version` string
  - `digest_version` string
  - `latest_digest_version` string
  - `last_deployed_at` string
  - `connected` boolean
  - `expires_at` string
  - `expires_at_in_seconds` integer
  - `pull_request_title` string
  - `pull_request_url` string
  - `primary_display_url` string
  - `enabled` string
  - `orphaned_connected_space` boolean

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `404` — Not found

---

[API](https://skmtc.net/release/apis/release-com-platform-api.md) · [All operations](https://skmtc.net/release/apis/release-com-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/release/release-com-platform-api/versions/ef3098ae3d2d/schema)
