6d962c4d3a64

Swagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-12398570633.9 KB
Tasks

List AI tasks

get/api/v2/tasks

Query parameters

qstring

Search query for filtering tasks. Supports: owner:<username/uuid/me>, organization:<org-name/uuid>, status:<status>

Response

OK

countinteger

Example response

{
  "tasks": [
    {
      "workspace_agent_health": {
        "reason": "agent has lost connection"
      }
    }
  ]
}