Skip to main content
GET
List connected agents (AgentBindings) for the signed-in user

Authorizations

Authorization
string
header
required

A Nevermined API key: Authorization: Bearer <sandbox:… | live:…>. Environment-prefixed, not a bare JWT — send the whole string.

Query Parameters

page
integer
default:1

Page number, 1-indexed. Defaults to 1.

Required range: x >= 1
offset
integer
default:50

Page size. Defaults to 50, clamped to a max of 100.

Required range: 1 <= x <= 100

Response

The user's connected agents

bindings
object[]
totalResults
integer

Honest total across all pages.

Example:

3

page
integer
Example:

1

offset
integer

Page size actually applied (clamped to a max of 100).

Example:

50