Skip to main content
GET
/
servers
/
{id}
/
resources
List MCP Server Resource Associations
curl --request GET \
  --url https://api.example.com/servers/{id}/resources \
  --header 'Authorization: Bearer <token>'
{
  "resources": [
    {
      "serverID": "kSuB9Gf6aD4",
      "resourceID": "kSuB9Gf6aD4"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

MCP Server ID

Response

200 - application/json

A list of associated resources

resources
object[]