---
title: "Get Tasks"
method: GET
path: "/api/chat/tasks"
tags: ["chat"]
---

# Get Tasks

`GET /api/chat/tasks`

Get tasks list with pagination

## Query parameters

- `page` integer
- `per_page` integer
- `search` string, nullable
- `agent_type` string, nullable
- `exclude_agent_type` string, nullable
- `execution_mode` string, nullable
- `exclude_execution_mode` string, nullable
- `include_hidden` boolean

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-13** `33e4ba4936ad` — 1 info
  - added the new optional `query` request parameter `include_hidden`
- **2026-05-01** `c9eb29ec9a1b` — 2 warning, 2 info
  - deleted the `query` request parameter `exclude_vibe_mode`
  - deleted the `query` request parameter `vibe_mode`
  - added the new optional `query` request parameter `exclude_execution_mode`
  - added the new optional `query` request parameter `execution_mode`

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/chat/tasks/get.md)

---

[API](https://skmtc.dev/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.dev/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
