v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
context

List context entries

List user-managed context entries (user profile, ICP, Messaging Playbook, scrapers, etc.). By default returns a 200-char content preview per entry to stay within context budget — pass fullContent=true to retrieve complete content for a specific entry. Use scope and type filters to narrow results; fetching all entries without filters can return hundreds of rows.

get/context

Query parameters

scopestring

Filter by scope (e.g. "campaign:abc", "user")

Filter by scope (e.g. "campaign:abc", "user")

typestring

Filter by type (e.g. "icp", "playbook")

Filter by type (e.g. "icp", "playbook")

limitinteger

Max entries to return (default 20, max 50). Paginate with offset for more.

Max entries to return (default 20, max 50). Paginate with offset for more.

offsetinteger

Pagination offset

Pagination offset

fullContentboolean

Return full content instead of 200-char preview. Use only when retrieving a specific entry (combine with type+scope filters).

Return full content instead of 200-char preview. Use only when retrieving a specific entry (combine with type+scope filters).

Response

Context entries

successtrue required
totalinteger required

Total matching entries

hasMoreboolean required
creditsUsedinteger required

Credits consumed (always 0 for workspace operations).

retryAfterinteger required

Seconds to wait (always 0 for workspace operations).