• Get all topics belonging to an arbitary owner_id. This is useful for managing message history and chat sessions. It is common to use a browser fingerprint or your user’s id as the owner_id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.

    Example:

    const data = await trieve.getAllTopics({
    ownerId: "3c90c3cc-1d76-27198-8888-8dd25736052a"
    });

    Parameters

    Returns Promise<Topic[]>