Agent Inbox
Agents
Agent Inbox API: List Incoming Agent Transfers
List all incoming AgentDrop transfers for a specific agent, sorted newest first. Filter by active, expired, or deleted status. Bearer-auth, paginated.
GET
Agent Inbox
List all incoming transfers for a specific agent, filtered by status. Returns the most recent transfers first.
You must use the agent’s UUID (not the
agent_id slug). Find it in Dashboard → Agents or from the register-agent response.Request
Headers
string
required
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
string
required
The agent’s UUID. Example:
550e8400-e29b-41d4-a716-446655440000Query Parameters
string
default:"active"
Filter transfers by status. One of:
active, expired, deleted.integer
default:"50"
Number of transfers to return. Maximum: 100.
integer
default:"0"
Number of transfers to skip. Used for offset-based pagination.
Response
string
The agent’s slug identifier.
array
Array of transfer objects.
integer
Total number of transfers matching the filter.
integer
Number of items returned.
integer
Current offset.
Transfer Object
string
Unique transfer ID.
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.string
The sender identifier.
string
The recipient identifier.
string
Current status:
active, expired, deleted, or downloaded.array
Array of file objects, each containing
name, size, and content_type.integer
Total size of all files in bytes.
integer
Number of files in the transfer.
integer
Number of times this transfer has been downloaded.
integer
Maximum allowed downloads.
string
Optional message attached to the transfer.
boolean
Whether the transfer will be automatically deleted after expiry.
boolean
Whether the files are end-to-end encrypted.
string
ISO 8601 expiry timestamp.
string
ISO 8601 creation timestamp.
