List Connector Operations
List (or search) a connection’s operations. Use an operation’s id as operation_id when attaching it to an agent.
connection_id of a connection you own.Authorizations
API Key for authentication
Path Parameters
Query Parameters
The connection to list operations for.
Optional operation search query.
Response
Successful Response
Unique identifier for this operation. Use this as item_id when adding the operation to an agent's tool graph.
The OpenAPI operationId — a stable, human-readable identifier for this endpoint (e.g., 'sendMessage', 'createIssue').
API endpoint path (e.g., '/api/v1/messages', '/rest/api/3/issue'). May contain path parameters in {brackets}.
HTTP method for this operation (GET, POST, PUT, DELETE, PATCH).
Brief one-line summary of what this operation does.
Detailed description of the operation, including parameters, behavior, and response format.
Categorization tags for grouping related operations (e.g., 'Messages', 'Users', 'Issues').
Human-friendly name for the operation (e.g., 'Send Message', 'Create Issue'). More readable than the operationId.
Enhanced description of the operation, potentially AI-generated for better clarity.

