Get Transfer Status
Update Submission
Get Transfer Status
Poll the status of an asynchronously queued SFTP transfer, in either direction. Accepts the task_id returned by both the transfer-to-ftp and transfer-from-ftp endpoints.
GET
Get Transfer Status
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Path Parameters
The pingid of the submission.
Celery task id returned by either transfer endpoint.
Response
Status of any async SFTP transfer, in either direction.
Which of the optional fields are present depends on the direction of the transfer the
task_id belongs to, and they only appear once the transfer has succeeded: filename
for a transfer to FTP, submission_id and document for a transfer from FTP.