List topics

Retrieves a list of event topics, with optional filtering, sorting, and the ability to include topic schemas in the response.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

namestringOptional

Filters event topics by a case-sensitive title. Supports partial matching, allowing you to search for fragments of the title.

sortenumOptional

Defines how to sort the results. Options include activity (most recent activity first), name, and id. Defaults to id.

Allowed values:
include_schemabooleanOptional

When set to true, the schema of each event topic is included in the response payload. Defaults to false.

Response

Success - List of event topics retrieved successfully.

countinteger or null
Total number of event topics retrieved.
datalist of objects or null
List of event topics.

Errors