Hi,
I'm consuming from the following API endpoint: https://docs.microsoft.com/en-us/rest/api/datafactory/activity-runs/query-by-pipeline-run
As a parameter, it is required the runID of a pipeline. If I trigger a certain pipeline and use its runID to query the endpoint, I obtain the result as expected with all its values.
The problem is, after 24h more or less, that runID "stops working" and no longer outputs the expected values. It'll just output an empty response.
Is this the expected behaviour? Is there anything I can do to avoid this?
Thanks in advance,
Regards.

