Skip to main content

GET /api/state-machines/:slug/pages/:pageSlug/history

MethodGET
Path/api/state-machines/:slug/pages/:pageSlug/history
GroupState Machine Pages
Authauthenticated session — or Authorization: Bearer zsm_<machine-key> (machine API key) for headless/automation
Sourceshared/api-core/src/routes/stateMachinePages.ts

Call it

curl -X GET https://zeqsdk.com/api/state-machines/:slug/pages/:pageSlug/history \
-H "Authorization: Bearer zsm_<machine-key>"

Call it from an authenticated session, or — for headless/automation — pass a zsm_ machine API key as a Bearer token (as shown above).

Reference