REST APIV2 BetaContext
Search Context
Search across all indexed content in your organization. Returns matching items with titles, text excerpts, and URLs.
Authorization
BearerToken AuthorizationBearer <token>
Pass an OAuth access token or an API token from Settings > MCP Server.
In: header
Query Parameters
query*string
Response Body
application/json
application/json
curl -X GET "https://api.poggio.io/v2beta/context/search?query=string"{
"items": [
{
"id": "string",
"title": "string",
"text": "string",
"url": "string",
"metadata": {}
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}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.
Batch Write Account Plan
Write or update multiple Salesforce account plans in a single request. Each account plan is processed independently. The operation is processed asynchronously and returns immediately.