List topics
Retrieves a list of event topics, with optional filtering, sorting, and the ability to include topic schemas in the response.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
name
Filters event topics by a case-sensitive title. Supports partial matching, allowing you to search for fragments of the title.
sort
Defines how to sort the results. Options include activity
(most recent activity first), name
, and id
. Defaults to id
.
Allowed values:
include_schema
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.
count
Total number of event topics retrieved.
data
List of event topics.