Get the baseline node mocks of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/eval-mock-baseline/
Baseline node mocks are the fallback underneath every eval of this agent. When an eval runs, its own nodeMocks win per node id and the baseline answers for the rest. An agent without a baseline behaves exactly as it did before baselines existed: a node with no mock performs a real webhook call. Returns 404 when the agent has no baseline.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The agent's baseline node mocks
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No access to the application
The agent has no baseline
Unexpected server error.