List executions
The org-scoped executions index — denormalized run_ref rows (never a copy of the engine’s Run). Newest-first, cursor-paginated (?limit=, default 50, max 200; ?cursor= from a prior next_cursor). ?flow=<automation name> narrows to one automation.
承認
The dashboard's signed, HttpOnly session cookie (packages/service/src/auth.ts): base64url(payload).base64url(hmac-sha256), absolute 30-day lifetime, SameSite=Lax, Secure on any TLS deployment. Minted by POST /api/auth/signup or POST /api/auth/login (or, outside production, auto-provisioned by GET /api/session). Because it is HttpOnly, it cannot be read or attached by a browser-based API-reference "Try it" panel across origins — exercise these routes with a real logged-in browser session or a cookie-jar HTTP client.
クエリパラメータ
Filter to one automation's name.
1 <= x <= 200Opaque pagination cursor from a prior response's next_cursor.