Hi Benedikt Pittl,
Thanks for reaching out to Microsoft Q&A.
RunId
A RunID is a unique identifier for the particular pipeline run. Each pipeline run will have a RunID which you can use for querying the logs and finding status of the pipeline activity.
CorrelationId
A Correlation ID is a unique identifier that is added to the very first interaction (incoming request) to identify the context and is passed to all components that are involved in the transaction flow. Correlation ID becomes the glue that binds the transaction together and helps to draw an overall picture of events.
Both RunId and CorrelationId are commonly used as pipeline system variables to call those details as output or added as details.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.