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
messageSubscriptionTypefield is only populated for data created with Camunda 8.10 or later. For pre-8.10 data, intermediate event entries have nomessageSubscriptionTypevalue stored. For convenience, the API returnsPROCESS_EVENTas a default for such search results, though. - Searching for intermediate event subscriptions including legacy data can be achieved
by filtering for
messageSubscriptionTypenot matchingSTART_EVENT.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The message subscription search result.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
An internal error occurred while processing the request.