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