Skip to main content
GET
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
Fetch Space
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

Fetches a space by UUID. Returns full space details including membership permissions for the authenticated user, parent space, and child space previews.

Path Parameters

spaceId
string
required
UUID of the space.

Query Parameters

include
string
Optional. Pass "files" to include avatar and banner file objects.

Response

Returns a SpaceDetailed object including memberPermissions, parentSpace, and childSpaces.

Error Responses

{ "error": "Space not found.", "code": "space/not-found" }
See also: useFetchSpace