List connected agents (AgentBindings) for the signed-in user
Connections
List connected agents (AgentBindings) for the signed-in user
Browser-initiated. Both credential types in one view, each with its human-facing lifecycle state. Paginated with the API-wide page/offset convention; totalResults is the honest cross-page total, and the applied page/offset are echoed back.
GET
List connected agents (AgentBindings) for the signed-in user
Authorizations
A Nevermined API key: Authorization: Bearer <sandbox:… | live:…>. Environment-prefixed, not a bare JWT — send the whole string.
Query Parameters
Page number, 1-indexed. Defaults to 1.
Required range:
x >= 1Page size. Defaults to 50, clamped to a max of 100.
Required range:
1 <= x <= 100