v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

List Topics

List the topics of a project

get/topics

Query parameters

project_idstring

Required if using a company api key

Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb
limitnumber
offsetnumber

Response

Success

total_countnumber required

Total number of matching topics, ignoring pagination

totalCountnumber required

Total number of matching topics, ignoring pagination

Example response

{
  "data": [
    {
      "id": "to_5524d66a-df1e-47e4-9dbc-802af39235ad",
      "name": "SEO"
    }
  ],
  "total_count": 42,
  "totalCount": 42
}