List MCP Integration Workspaces
curl --request GET \
--url https://api.portkey.ai/v1/mcp-integrations/{mcpIntegrationId}/workspaces \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"enabled": true,
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z"
}
],
"global_workspace_access": {},
"total": 123
}List MCP Integration Workspaces
GET
/
mcp-integrations
/
{mcpIntegrationId}
/
workspaces
List MCP Integration Workspaces
curl --request GET \
--url https://api.portkey.ai/v1/mcp-integrations/{mcpIntegrationId}/workspaces \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"enabled": true,
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z"
}
],
"global_workspace_access": {},
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-feat-byteplus-provider.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
MCP Integration ID (UUID) or slug
Query Parameters
When set, response uses data/total shape instead of workspaces
Last modified on May 24, 2026
Was this page helpful?
⌘I

