Poggio
Docs
REST APIV2 BetaContext

Fetch Context Item

Fetch the full content of a specific item by ID. Returns the item with its title, text, URL, and any associated metadata.

GET
/v2beta/context/fetch/{item_id}

Authorization

BearerToken
AuthorizationBearer <token>

Pass an OAuth access token or an API token from Settings > MCP Server.

In: header

Path Parameters

item_id*string

Response Body

application/json

application/json

curl -X GET "https://api.poggio.io/v2beta/context/fetch/string"
{
  "id": "string",
  "title": "string",
  "text": "string",
  "url": "string",
  "metadata": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}