rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceIdConst Api Param Description

    getCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceId: EndpointGeneric<
        { instance_id: 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 Get Instance universe_id The universe ID. place_id The place ID. instance_id The instance ID. Gets an instance and its property data.

    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.