MCP Gateway
List MCP gateways
Returns a paginated list of MCP gateways in the workspace.
get/v2/mcp-gateways
Query parameters
limitinteger
Page size between 1 and 200. Defaults to 25.
starting_afterstring
Cursor for the page after the given item id. Mutually exclusive with ending_before.
ending_beforestring
Cursor for the page before the given item id. Mutually exclusive with starting_after.
searchstring
Case-insensitive match against the gateway key and display name.
status'MCP_GATEWAY_STATUS_UNSPECIFIED' | 'MCP_GATEWAY_STATUS_ACTIVE' | 'MCP_GATEWAY_STATUS_DISABLED'
Returns only gateways in this status.
Response
OK