rozod
    Preparing search index...

    Variable getOperationsOperationIdConst Api Param Description

    getOperationsOperationId: EndpointGeneric<
        { operationId: 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/v1/operations/:operationId Get the result of an asset creation or update. operationId The unique identifier of the operation. Get the result of an asset creation or update using the returned Operation ID. Requires Read for the API key permission and asset:read for OAuth 2.0 apps.