Topic Clusters

List topic clusters

Returns all topic clusters for a team with visibility and authority scores.

get/v3/topic-clusters

Query parameters

teamIdstring

Team ID

searchstring

Narrows the list to clusters whose name contains this.

sortBy'name' | 'contentCount' | 'topicalAuthorityScore' | 'coveragePct'

Column to order by. Omit for alphabetical.

sortDir'asc' | 'desc'
pageinteger

1-based page. Default 1.

pageSizestring

Rows per page, or 'all'. Every response reports total and totalPages.

Response

Default Response

pageinteger
pageSizeinteger
totalinteger
totalPagesinteger

Changes

Changed in 2 of the 47 revisions of this API.110

    • ○

      added the new optional query request parameter page

      new-optional-request-parameter

    • ○

      added the new optional query request parameter pageSize

      new-optional-request-parameter

    • ○

      added the new optional query request parameter search

      new-optional-request-parameter

    • ○

      added the new optional query request parameter sortBy

      new-optional-request-parameter

    • ○

      added the new optional query request parameter sortDir

      new-optional-request-parameter

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

  • e0163b1c37cb11See the full diff
    • ▲

      api path removed without deprecation

      api-path-removed-without-deprecation

    • ○

      endpoint added

      endpoint-added