Skip to main content
POST
Context Agent Run

Authorizations

api_key
string
header
required

Body

application/json

Context agent input (query + context)

Context agent input with query and optional context

agentOId
string
required

Agent OId for preset context configuration

Example:

"agent_abc123"

query
string

Question or task to fetch context for

Minimum string length: 1
additionalContext
object | null

Optional person/company/details to enhance search

runtimeContext
string

Runtime context string — used as the query if 'query' is not provided. Consistent with other agent type APIs (email, content, enrich, etc.).

Minimum string length: 1

Response

Context agent run successful

_metadata
object
required
found
boolean
required

Whether the operation was successful

Example:

true

data
object
required
message
string | null

Message

Example:

"Additional information"