Transfers
Transfer Monitoring
Return transfer session's status
This function retrieves the state of a transfer session.
Note:
For more information about how this function works with other functions in the transfer and restore process, read our Guide to Transfer and Restore API Functions documentation.
get/get_transfer_session_state
Query parameters
transfer_session_idstring required
Example:exampleservercopya20140206192428NtyW
The transfer session's ID.
Response
HTTP Request was successful.
Example response
{
"data": {
"state_name": "TRANSFER_INPROGRESS"
},
"metadata": {
"command": "get_transfer_session_state",
"reason": "OK",
"result": 1,
"version": 1
}
}