Topic
Get All Topics for Owner ID
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.
GET
/
api
/
topic
/
owner
/
{owner_id}
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Path Parameters
The owner_id to get topics of; A common approach is to use a browser fingerprint or your user's id