get_workspace_issues
Retrieve current infrastructure issues from a workspace as structured JSON for programmatic analysis and processing.
Instructions
Get current issues for a workspace (structured JSON).
Issues represent detected problems in your infrastructure that RunWhen has identified through automated health checks.
NOTE: For questions like "issues related to neo4j" or "what's failing
in namespace X", prefer workspace_chat — it has semantic search and
keyword filtering that produce materially better results. Use this tool
only when you need raw JSON for programmatic processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max issues to return. | |
| since | No | ISO 8601 lower bound for latest occurrence (e.g. '2026-03-29T14:00:00Z'). | |
| severity | No | Filter: 1=critical, 2=high, 3=medium, 4=low. | |
| workspace_name | Yes | The workspace to query (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |