List event channels

GET {{_endpoint}}/services/data/v{{version}}/tooling/query/?q=SELECT Id, DeveloperName, MasterLabel, ChannelType FROM PlatformEventChannel

Request Params

KeyDatatypeRequiredDescription
qstring

RESPONSES

status: OK

{"size":2,"totalSize":2,"done":true,"queryLocator":null,"entityTypeName":"PlatformEventChannel","records":[{"attributes":{"type":"PlatformEventChannel","url":"/services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C93WAE"},"Id":"0YL4H0000004C93WAE","DeveloperName":"HREvents","MasterLabel":"Custom Channel for the HR App","ChannelType":"data"},{"attributes":{"type":"PlatformEventChannel","url":"/services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C98WAE"},"Id":"0YL4H0000004C98WAE","DeveloperName":"AdvocateEvents","MasterLabel":"Custom Channel for the HR App","ChannelType":"data"}]}