Get Transfer
Transfers
Get Transfer: Retrieve Transfer Metadata by ID
Retrieve full metadata for an AgentDrop transfer: status, recipient agent, files, expiry, max-downloads, and Shield scan results. Bearer-auth required.
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
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
The transfer ID. Example:
tr_abc123Response
Unique transfer ID.
Current status:
active, expired, deleted, or downloaded.The sender identifier.
The recipient identifier.
Array of file objects with
name, size, and type.Maximum allowed downloads.
Number of times this transfer has been downloaded.
Human-readable URL for the transfer.
Direct API URL for programmatic access.
Transfer mode. One of:
agent-to-agent, agent-to-human, human-to-agent.Total size of all files in bytes.
Number of files in the transfer.
Optional message attached to the transfer, or
null if none was provided.Whether the transfer will be automatically deleted after first download.
Whether the files are end-to-end encrypted.
ISO 8601 expiry timestamp.
ISO 8601 creation timestamp.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
404 | NOT_FOUND | Transfer does not exist or has been deleted |
