Plan Scheduled Agent Context
Preview the context injected into supported scheduled agent tasks.
This endpoint does not enqueue work, does not run the agent, and does not ask an LLM to decide. It exposes the actual context prefix produced by the runtime injector so evals can audit the live input surface before any prompt or cadence changes are claimed as improvements.
Path Parameters
task_type*Task Type
Query Parameters
space_id?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/agent/trigger/string/context-plan"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}