> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webagent.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# List Tasks

> Get all tasks



## OpenAPI

````yaml self-hosted-api-reference/openapi.json get /api/tasks
openapi: 3.1.0
info:
  title: Webagent API
  description: API to execute automated tasks on browser using different LLM providers.
  version: 0.1.0
servers: []
security: []
paths:
  /api/tasks:
    get:
      summary: List Tasks
      description: Get all tasks
      operationId: list_tasks_api_tasks_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````