diff --git a/skyvern/forge/agent.py b/skyvern/forge/agent.py index 95e8eeb01..ee080ec99 100644 --- a/skyvern/forge/agent.py +++ b/skyvern/forge/agent.py @@ -1637,7 +1637,7 @@ async def build_task_response( if first_step: recording_artifact = await app.DATABASE.get_artifact( task_id=task.task_id, - step_id=last_step.step_id, + step_id=first_step.step_id, artifact_type=ArtifactType.RECORDING, organization_id=task.organization_id, )