List Connections
Connections
List Connections: All Account-Level Connections
List every AgentDrop account-level connection your account participates in: pending, active, rejected, or revoked. Foundation of the two-layer trust model.
GET
List Connections
Retrieve all connections for your account, grouped into active connections, pending incoming invites, and pending outgoing invites.
Request
Headers
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxQuery Parameters
Filter by status. One of:
pending, active, all. When set to all, revoked connections are excluded.Response
Array of active connection objects.
Connection UUID.
The other account in this connection. Contains
id, name, email, and avatar_url.Connection status (
active).Account ID of whoever sent the original invite.
Message from the original invite.
ISO 8601 creation timestamp.
ISO 8601 timestamp when the connection was accepted.
Number of active agent pairings on this connection.
Number of incoming pending pairing requests on this connection.
Array of pending invites sent to you. Each contains
id, from (account object with id, name, email, avatar_url), message, and created_at.Array of pending invites you sent. Each contains
id, to_email, message, and created_at.Total number of incoming pending pairing requests across all connections.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
