Transfersv1Transfers
Get transfer status history
Convenience alias of `GET /v1/transfers/statuses` with `search.transfer_id` forced from the path.
GET
/v1/transfers/{transfer_id}/status-historyAuthorization
BearerAuth AuthorizationBearer <token>
JWT authentication token
In: header
Path Parameters
transfer_id*string
Transfer UUID
transfer_id*string
transfer_id path parameter
Header Parameters
Accept-Language?string
Language preference for the response
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/transfers/string/status-history"Empty
{
"status": 0,
"message": "string"
}{
"status": 0,
"message": "string"
}{
"status": 0,
"message": "string"
}{
"status": 0,
"message": "string"
}{
"status": 0,
"message": "string"
}Previous Page
Return the persisted DSL execution context stored in the transfer record. This endpoint is intended for async transfer resumption. This endpoint also supports the standard get_all query format (search.*, sort, limit, offset, stack) and returns a get_all response when those parameters are used.