v2
admin
diagnostics
admin
List Invalid Executions
Get detailed list of executions in invalid states (READ-ONLY).
Invalid states indicate data corruption and require manual investigation:
- QUEUED but has startedAt (impossible - can't start while queued)
- RUNNING but no startedAt (impossible - can't run without starting)
⚠️ NO BULK ACTIONS PROVIDED - These need case-by-case investigation.
Each invalid execution likely has a different root cause (crashes, race conditions, DB corruption). Investigate the execution history and logs to determine appropriate action (manual cleanup, status fix, or leave as-is if system recovered).
Args: limit: Maximum number of executions to return (default 100) offset: Number of executions to skip (default 0)
Returns: List of invalid state executions with details
get/api/admin/diagnostics/executions/invalid
Query parameters
limitinteger
offsetinteger
Response
Successful Response