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

serverIdstringRequired
The ID of the MCP server

Headers

x-api-keystringRequired

Query parameters

page_nodoubleOptionalDefaults to 1

Page number for pagination (1-based)

limitdoubleOptionalDefaults to 20

Number of items per page (default: 20)

searchstringOptional

Search instances by user ID/instance ID

order_byenumOptionalDefaults to updated_at
Field to order results by
Allowed values:
order_directionenumOptionalDefaults to desc
Direction of ordering
Allowed values:

Response

Successfully retrieved MCP server instances. Returns the list of user IDs associated with this server.
instanceslist of objects
List of instance objects associated with this MCP server for the current page
server_idstring
UUID of the MCP server
server_namestring
Name of the MCP server
total_pagesdouble
Total number of pages in the paginated response
current_pagedouble
Current page number being returned

Errors