Lightweight semantic-context lookup designed for AI agents.
Returns a compact list of records most semantically relevant to the query.
* Custom field values are emitted in short notation only (value, id, created, updated, * customFieldInputId, customFieldInputName) — no full DB representation. Designed for
* AI agents that need lean context before acting; planned for future MCP-tool wrapping
* so the response shape stays trivial to transform.
- Type: integerspace
_id min:1requiredTenant scope. Custom module derived from
space.custom_module_id. - Type: stringquerymin length:1max length:4000required
- Type: integerlimitmin:1
Integer numbers.
- Type: stringfilter
Filter expression. Mutually exclusive with
segment_id. - Type: integersegment
_id min:1Saved segment whose filter to apply. When present, the response includes
fromSegmentwith the segment name.
- application/json
- 400
Validation error.
- 401
Not authenticated.
- 403
User lacks read access to the requested space.
- 405
Method not GET.
- 502
Embedding provider call failed.
curl 'https://test.boost.space/api/record/vector/context?space_id=123&query=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"context": [
{}
],
"retrieved": 10,
"fromSegment": "Enterprise Deals Q2"
}