Fetch Space Children
Space Endpoints
Fetch Space Children
Get the direct child spaces of a parent space
Fetch Space Children
Returns a paginated list of child spaces for a given parent space. Authentication is optional — when provided, each child carries an
See also: useFetchSpaceChildren
isMember flag for the authenticated user.
Only children with visibility: "public" are listed, for every caller. Unlike Fetch Spaces, authenticating does not surface unlisted or private children the caller belongs to.
Path Parameters
string
required
UUID of the parent space.
Query Parameters
number
Page number. Defaults to
1.number
Results per page.
Response
object
Standard pagination metadata.

