Analyze / agent-performance
Analyze agent performance; orchestrator route.
API Overview
Path: /api/analyze/agent-performance — Method: POST
Auth: session-cookie
Example: curl -X POST --cookie 'next-auth.session-token=...' https://www.advancelytics.com/api/analyze/agent-performance -H 'Content-Type: application/json' -d '{"sessionId":"SESSION_ID"}'
Request Details
No headers required
No path params required
No query required
Body
- sessionId(string, required)
Responses
- 200Analysis queued/completed
Notes & Tips
- Ensure headers match exactly (e.g.,
x-apikey). - Use
Content-Type: application/jsonfor JSON bodies. - For Bearer auth, you can provide either a session JWT or an opaque API key where supported.