GET /api/state-machines/:slug/pages/:pageSlug
| Method | GET |
| Path | /api/state-machines/:slug/pages/:pageSlug |
| Group | State Machine Pages |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/stateMachinePages.ts |
Call it
curl -X GET https://zeqsdk.com/api/state-machines/:slug/pages/:pageSlug
Public endpoint — no authentication required.
Reference
- Group: State Machine Pages
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.