Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Operating system type for command generation
Available options:
windows
, linux
, darwin
Path to SSH private key file for rsync
Dry run mode - show files without URLs
Specific files to pull (optional)
Response
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)
Rsync command to execute (for running jobs)
Whether to show command stdout to user