rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceIdListChildrenConst Api Param Description

    getCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceIdListChildren: EndpointGeneric<
        {
            instance_id: string;
            maxPageSize?: number;
            pageToken?: string;
            place_id: string;
            universe_id: string;
        },
        {
            done: boolean;
            error: { code: number; details: { "@type": string }[]; message: string };
            metadata: { "@type": string };
            path: string;
            response: { "@type": string };
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/instances/:instance_id:listChildren List Instance Children universe_id The universe ID. place_id The place ID. instance_id The instance ID. maxPageSize The maximum number of child instance to return. The service may return fewer than this value. If unspecified, at most 200 children will be returned. The maximum value is 200; values above 200 will be coerced to 200. pageToken A page token, received from a previous ListInstanceChildrenRequest call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListInstanceChildrenRequest must match the call that provided the page token. Lists an instance's children.

    The maximum supported response data size is 500,000 bytes. If this limit is exceeded, the returned Operation will be completed with an error result that has an error code of 422.