Skip to content

feat: support querying workspaces by health #21623

@sreya

Description

@sreya

Currently to get a list of (un)healthy workspaces you have to fetch all the workspaces and then resort to jq to script together a result. Given that it is already a field in the response

    "health": {
      "healthy": true,
      "failing_agents": []
    },

we should support querying the API directly for workspace health.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions