For the complete documentation index, see llms.txt.
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.

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
PROCESS_DEFINITIONREAD_PROCESS_INSTANCE

Results you are not authorized to access are filtered from the response rather than rejected.

Request

Responses

The message subscription search result.