Skip to main content
GET
List Connections
Retrieve all connections for your account, grouped into active connections, pending incoming invites, and pending outgoing invites.

Request

Headers

string
required
Bearer token. Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Query Parameters

string
default:"all"
Filter by status. One of: pending, active, all. When set to all, revoked connections are excluded.

Response

array
Array of active connection objects.
string
Connection UUID.
object
The other account in this connection. Contains id, name, email, and avatar_url.
string
Connection status (active).
string
Account ID of whoever sent the original invite.
string|null
Message from the original invite.
string
ISO 8601 creation timestamp.
string
ISO 8601 timestamp when the connection was accepted.
integer
Number of active agent pairings on this connection.
integer
Number of incoming pending pairing requests on this connection.
array
Array of pending invites sent to you. Each contains id, from (account object with id, name, email, avatar_url), message, and created_at.
array
Array of pending invites you sent. Each contains id, to_email, message, and created_at.
integer
Total number of incoming pending pairing requests across all connections.

Examples

Response

Errors