Skip to main content
GET
Get Transfer
Retrieve the status, metadata, and file list for a specific transfer. Use this to check if a transfer is still active before downloading.

Request

Headers

string
required
Bearer token. Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Path Parameters

string
required
The transfer ID. Example: tr_abc123

Response

string
Unique transfer ID.
string
Current status: active, expired, deleted, or downloaded.
string
The sender identifier.
string
The recipient identifier.
array
Array of file objects with name, size, and type.
integer
Maximum allowed downloads.
integer
Number of times this transfer has been downloaded.
string
Human-readable URL for the transfer.
string
Direct API URL for programmatic access.
string
Transfer mode. One of: agent-to-agent, agent-to-human, human-to-agent.
integer
Total size of all files in bytes.
integer
Number of files in the transfer.
string|null
Optional message attached to the transfer, or null if none was provided.
boolean
Whether the transfer will be automatically deleted after first download.
boolean
Whether the files are end-to-end encrypted.
string
ISO 8601 expiry timestamp.
string
ISO 8601 creation timestamp.

Examples

Response

Errors