List operation bindings
Lists connector operation bindings. Operation bindings connect connector instances, attached resources, logical operation kinds, connector-local operation names, protocols, transformations, delivery behavior, and egress policies.
Query parameters
Extensible connector family identifier. This names the connector implementation or adapter family, not the transport, resource kind, or representation.
Filters by extensible connector runtime family, for example http.openapi, sql.postgresql, identity.oidc, storage.vault, storage.blob, interaction.form, or internal.party-semantic-store. CSV remains a representation kind, not a connector type.
Reusable operation taxonomy shared by connectors, inventory, policy, and workflows. The operation kind is logical; connector-local details live in operationName.
Filters by the logical operation taxonomy, independent of the transport-specific operation name.
How a connector participates in data movement. Use SOURCE for reads and DESTINATION for writes. Connectors that support both roles declare both values in supportedRoles.
Filters connectors or attached resources by data-flow role.
Zero-based page index.
Page size.
Response
Paged operation bindings.
Example response
{
"data": [
{
"bindingId": "2777417e-82ce-4d3e-b96c-94e00a4d9a93",
"connectorInstanceId": "3f6f4f46-24fb-4c35-a7a4-bc6c7f7861f5",
"connectorResourceId": "b4cf21b1-0292-4803-8d32-9ebf9f5359a2",
"operationKind": "READ",
"direction": "INBOUND",
"accessProtocol": "HTTPS",
"operationName": "getEmployeeProfile",
"createdAt": "2026-06-18T09:20:00Z",
"updatedAt": "2026-06-18T09:25:00Z"
}
],
"pagination": {
"limit": 20,
"offset": 0,
"page": 0,
"size": 20,
"total": 1,
"totalPages": 1,
"hasMore": false
}
}