---
title: "GET /v1/{org_id}/spaces/{space_id}/"
method: GET
path: "/v1/{org_id}/spaces/{space_id}/"
tags: ["Spaces - By Org"]
---

# GET /v1/{org_id}/spaces/{space_id}/

`GET /v1/{org_id}/spaces/{space_id}/`

SpaceDetailView operations.

## Response `200`

Success

- OptionalSpaceDetailSerializer
  - `id` integer
  - `name` string
  - `notes` string
  - `iwms_id` string, nullable
  - `timezone` string, nullable
  - `daily_reset` string, nullable
  - `current_count` string
  - `capacity` integer, nullable
  - `target_capacity` integer, nullable
  - `doorways` string

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
