Get Context Bundle
Return the owner/profile/policy/scope context bundle for agents.
Query Parameters
agent_id?|
Nowledge agent profile id/slug to resolve.
source_app?|
Calling app/source hint, e.g. codex or hermes.
host_agent_id?|
Host-local long-running agent identity, if known.
space_id?|
Memory space id/name to use as the active lane.
include_working_memory?Include Working Memory
Include the current Working Memory preview.
Response Body
application/json
application/json
curl -X GET "https://example.com/context/bundle"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}