Retrieve saved topics
GET/topic
Retrieve a list of your saved topics using optional filters and sorting fields. If no filters are provided, all topics will be returned. If no sort parameters are provided, default sortField will be NAME and default sort order will be ASCENDING.
Request
Responses
- 200
- 400
- 401
- 405
- 500
- 502
- 504
A list of topic names, ids, created dates, and last modified dates
The request failed validation and was not processed.
The credentials provided were invalid. This likely indicates an issue with the API key.
The HTTP method used is not supported for this endpoint.
An internal server error occurred. This is a general case error. If this persists, please contact support.
An internal error occurred due to downstream calls. This is likely temporary and may be retried.
A timeout occurred while processing the request