---
title: "Retrieve details of a specific Space"
method: GET
path: "/api/v1/getSpace/{spaceId}"
tags: ["Space"]
---

# Retrieve details of a specific Space

`GET /api/v1/getSpace/{spaceId}`

## Path parameters

- `spaceId` string, required

## Response `200`

Space retrieved successfully

- object
  - `id` string — The ID of the retrieved space
  - `createdAt` string, date-time
  - `img` string — Image URL for the space
  - `name` string — The name of the space
  - `slug` string — The slug of the space
  - `isOwner` boolean — Whether the user is the owner of the space

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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