rozod
    Preparing search index...

    Variable getOperationsOperationIdConst Param

    getOperationsOperationId: EndpointGeneric<
        { operationId: string },
        {
            done: boolean;
            error: { code: number; message: string };
            path: string;
            response: {
                assetId: number;
                assetType: string;
                creationContext: {
                    assetPrivacy: "default" | "restricted" | "openUse";
                    creator: { groupId: number; userId: number };
                    expectedPrice: number;
                };
                description: string;
                displayName: string;
                icon: string;
                moderationResult: { moderationState: string };
                path: string;
                previews: { altText: string; asset: string }[];
                revisionCreateTime: string;
                revisionId: string;
                socialLink: { title: string; uri: string };
                state: "Unspecified" | "Active" | "Archived";
            };
        },
        undefined,
    > = ...

    Get Operation · BETA

    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.

    Scopes: asset:read

    operationId The unique identifier of the operation.