Download job output files. For jobs with live instance access, returns an rsync command for direct file transfer. For completed/failed/canceled jobs, returns presigned S3 URLs for each output file. Supports dry-run mode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Operating system type for command generation
windows, linux, darwin Path to SSH private key file for rsync
Dry run mode - show files without URLs
Successful Response
Response model for GET /job/pull/{job_id} endpoint.
Status message or instructions
Map of file paths to signed download URLs (for completed jobs). Values are None for dry-run requests, presigned URLs otherwise.
Rsync command to execute (for jobs with live instance access)
Whether to show command stdout to user