Agents
Query agent memory
Queries the agent memory graph or grep index. Supports graph traversal, grep-style pattern matching, and semantic search strategies.
post/api/orgs/{org}/agents/memory/query
Path parameters
orgstring required
Example:default
Organization slug
Request body
Example request
{
"query": "deployment failures in the auth module",
"context": {
"organizationRef": "default"
}
}Response
Memory query results
Changes
No recorded changes to this endpoint across all 1 revision of this API.