v1

latestOpenAPI 3.1.02026-08-041911887.3 KB
Topics

Search A.I. trained topics by name

get/topics

Query parameters

namestring

Any topic whose name contains this search term will match

sizeinteger
privateboolean

Only return topics which are private to your organisation

Response

Returns the list of trained topics matching the search term. If no search term is provided, a list containing all topics accessible to the organisation will be returned.

Example response

{
  "topics": [
    {
      "id": "aaca73a5-f4d6-4e40-85c4-8258d4bc63a8",
      "name": "3D Printing",
      "description": "3D Printing is a manufacturing process that ..."
    }
  ]
}