Skip to main content
Fetch Space Children
Returns a paginated list of child spaces for a given parent space. Authentication is optional — when provided, each child carries an 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

Space[]
Array of child Space objects.
object
Standard pagination metadata.
See also: useFetchSpaceChildren