Skip to main content
GET
/
api
/
departments
/
transfer
/
{transferId}
/
status
Poll execution status of a transfer
curl --request GET \
  --url https://your-instance.example.com/api/departments/transfer/{transferId}/status \
  --header 'Authorization: Bearer <token>'
{
  "transferId": "65d0a0b0c0d0e0f0a0b0c0d0",
  "status": "running",
  "progress": {
    "processed": 5,
    "total": 24
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transferId
string
required

Response

Status returned

transferId
string
status
string