GET /api/admin/users/:id/calls
| Method | GET |
| Path | /api/admin/users/:id/calls |
| Group | Admin |
| Auth | admin session cookie |
| Source | shared/api-core/src/routes/admin.ts |
Call it
curl -X GET https://zeqsdk.com/api/admin/users/:id/calls
Requires an authenticated admin session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Admin
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.