curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"name": "<string>",
"fqn": "<string>",
"manifest": {},
"createdBySubject": {
"subjectId": "<string>",
"subjectType": "user",
"subjectSlug": "<string>",
"subjectDisplayName": "<string>"
},
"accountId": "<string>",
"id": "<string>",
"tools": [
{}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"proxyUrl": "<string>",
"oauth2AuthStatus": "<string>"
}
}Retrieves a single MCP server by its ID.
curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"name": "<string>",
"fqn": "<string>",
"manifest": {},
"createdBySubject": {
"subjectId": "<string>",
"subjectType": "user",
"subjectSlug": "<string>",
"subjectDisplayName": "<string>"
},
"accountId": "<string>",
"id": "<string>",
"tools": [
{}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"proxyUrl": "<string>",
"oauth2AuthStatus": "<string>"
}
}Was this page helpful?