rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdPlacesPlaceIdInstancesInstanceIdConst Param

    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,
    > = ...

    BETA

    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.

    Scopes: universe.place.instance:read Engine: Not available in-engine

    universe_id The universe ID. place_id The place ID. instance_id The instance ID.