Open Context Protocol is live! 🚀 Read the launch post

getInstanceNeighbors

Get Instance neighbors

GET /instances/{instance-id}/neighbors HTTP/1.1

Parameters

{}

Response Schema

{
  "type": "object",
  "properties": {
    "neighbors": {
      "type": "array",
      "description": "An array of [Instance ids](#operation/list-instances) in the same location as this Instance.",
      "items": {
        "type": "string"
      }
    }
  }
}