Skip to main content
GET
/
:projectId
/
api
/
v7
/
spaces
/
by-short-id
Fetch Space by Short ID
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/by-short-id

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 using its shortId. Returns the same SpaceDetailed shape as the UUID fetch endpoint.

Query Parameters

shortId
string
required
The short identifier of the space.
include
string
Optional. Pass "files" to include file objects.

Response

Returns a SpaceDetailed object.

Error Responses

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