Add runId property to use with Filter query paramter GET/automations/{id}/runs
https://qlik.dev/apis/rest/automations/#%23%2Fentries%2Fautomations%2F-id%2Fruns-get
Here is what a request would look like, values in curly brackets should be replaced with valid values.
curl --location --request GET 'https://{tenant}/api/v1/automations/{automationId}/runs?filter=runId%20eq%20%22{runId}%22' \
--header 'Authorization: Bearer {apiKey}'
I have had a discussion with Andrée Hansson on Qlik Branch slack about this.