List all instances for an MCP server
Retrieves a paginated list of user instances (user IDs) associated with a specific Model Control Protocol (MCP) server. This endpoint supports pagination to handle servers with many instances.
Path parameters
serverId
The ID of the MCP server
Headers
x-api-key
Query parameters
page_no
Page number for pagination (1-based)
limit
Number of items per page (default: 20)
search
Search instances by user ID/instance ID
order_by
Field to order results by
Allowed values:
order_direction
Direction of ordering
Allowed values:
Response
Successfully retrieved MCP server instances. Returns the list of user IDs associated with this server.
instances
List of instance objects associated with this MCP server for the current page
server_id
UUID of the MCP server
server_name
Name of the MCP server
total_pages
Total number of pages in the paginated response
current_page
Current page number being returned