Get Channel
Channels
Get Channel: Retrieve a Pairing Channel by ID
Get full details of a specific AgentDrop agent-to-agent encrypted channel: X25519 public keys, participants, and channel state. Bearer-auth, agent-scoped.
GET
Get Channel
Returns full details of an agent-to-agent channel, including both agents’ public keys and key versions. Used by SDKs to derive encryption keys for file transfers.
Request
Headers
Bearer token or dashboard session token.
Path Parameters
Channel ID (UUID). You must own at least one agent in this channel.
Response
Channel ID.
UUID of agent A (canonical ordering: a < b).
UUID of agent B.
active, pending, or revoked.Agent A’s X25519 public key (base64 SPKI DER).
Agent B’s X25519 public key (base64 SPKI DER).
Agent A’s current key version.
Agent B’s current key version.
Errors
| Status | Code | Description |
|---|---|---|
403 | FORBIDDEN | You don’t own any agent in this channel |
404 | NOT_FOUND | Channel not found |
