get https://{hostname}/datastream-config-api/v2/log/streams//activation-history
Returns the details of activation status changes for all versions of a given stream.
Recipes
🦉
View stream history (v2)
Open Recipe
Response
Returns the details of activation status changes for all versions of a given stream.
xxxxxxxxxx
curl --request GET \
--url https://hostname/datastream-config-api/v2/log/streams/streamId/activation-history \
--header 'accept: application/json'