Fetch Space Breadcrumb
Space Endpoints
Fetch Space Breadcrumb
Get the ancestor chain of a space for breadcrumb navigation
GET
Fetch Space Breadcrumb
Returns an ordered list of spaces from the root ancestor down to and including the specified space itself, suitable for breadcrumb navigation.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.
Path Parameters
UUID of the space whose ancestors to fetch.
Response
Ordered array of ancestor SpacePreview objects from the root down to the space itself. For a root-level space this array contains only that space. Each item includes:
id, shortId, name, slug, avatarFileId, parentSpaceId, depth.Nesting depth of the requested space.
0 for root-level spaces.
