add screenshot_urls to the get_run endpoint (#2417)

This commit is contained in:
Shuchang Zheng
2025-05-21 15:25:29 -07:00
committed by GitHub
parent 32ca396ebc
commit fe97113e0f
3 changed files with 7 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ async def get_workflow_run_response(
output=workflow_run_resp.outputs,
downloaded_files=workflow_run_resp.downloaded_files,
recording_url=workflow_run_resp.recording_url,
screenshot_urls=workflow_run_resp.screenshot_urls,
failure_reason=workflow_run_resp.failure_reason,
app_url=app_url,
created_at=workflow_run.created_at,