pl-api
    Preparing search index...

    Function asyncRefreshesCategory

    • Experimental async refreshes API methods

      Parameters

      Returns {
          show: (
              id: string,
          ) => Promise<
              {
                  async_refresh: {
                      id: string;
                      result_count: number
                      | null;
                      status: "running" | "finished";
                  };
              },
          >;
      }

      • show: (
            id: string,
        ) => Promise<
            {
                async_refresh: {
                    id: string;
                    result_count: number
                    | null;
                    status: "running" | "finished";
                };
            },
        >

        Get Status of Async Refresh