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
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe 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
owner_id
string
requiredThe owner_id to get topics of; A common approach is to use a browser fingerprint or your user's id
Response
200 - application/json
created_at
string
requireddataset_id
string
requireddeleted
boolean
requiredid
string
requiredname
string
requiredowner_id
string
requiredupdated_at
string
required