Skip to main content
Version: 8.10 (unreleased)

Search message subscriptionsAdded in 8.8

POST 

/message-subscriptions/search

Eventually Consistent About endpoint data consistency

Search for message subscriptions based on given criteria.

By default, both start and intermediate event subscriptions are returned. Use the messageSubscriptionType filter to restrict results to a single type.

Version notes:

  • Start event subscriptions are only captured for deployments made with 8.10 or later.
  • The messageSubscriptionType field is only populated for data created with Camunda 8.10 or later. For pre-8.10 data, intermediate event entries have no messageSubscriptionType value stored. For convenience, the API returns PROCESS_EVENT as a default for such search results, though.
  • Searching for intermediate event subscriptions including legacy data can be achieved by filtering for messageSubscriptionType not matching START_EVENT.

Request

Responses

The message subscription search result.