geraj1010 commented on issue #46923:
URL: https://github.com/apache/airflow/issues/46923#issuecomment-2746869685

   Took a deeper dive and it looks like the logs (for steps) can be found with 
this API URL:: 
`https://YOUR_ACCESS_URL/api/v2/accounts/{accountId}/runs/{runId}/?include_related=["run_steps"]`
   
   However, you get all steps of a DAG back including preliminary steps like 
`Clone git repository`. I was thinking of surfacing only the steps with 
`status: 20` (i.e. ERROR). Would that be helpful @harveymarshall ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to