GET /api/operator/:id
| Method | GET |
| Path | /api/operator/:id |
| Group | Framework |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/framework.ts |
Call it
curl -X GET https://zeqsdk.com/api/operator/:id
Public endpoint — no authentication required.
Reference
- Group: Framework
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.