---
title: "Get Inbox Items"
method: GET
path: "/v1/workspaces/{workspace}/inbox/"
tags: ["v1", "protected", "inbox"]
---

# Get Inbox Items

`GET /v1/workspaces/{workspace}/inbox/`

List tasks requiring user attention.

Returns tasks with actionable statuses (waiting_for_approval, completed, failed),
ordered by most recently updated first. Includes total count for badge/pagination.

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Query parameters

- `status` 'waiting_for_approval' | 'waiting_for_input' | 'completed' | 'failed', nullable — Filter to a specific inbox status
- `agent_id` string, uuid, nullable — Filter by agent ID
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- InboxResponse
  - `items` TaskWithAgent[], required
    - `agent_id` string, uuid, required
    - `agent_name` string, nullable
    - `created_at` string, required
    - `created_by` string, nullable
    - `description` string, required
    - `error` string, nullable
    - `escalation_id` string, nullable
    - `escalation_tool_name` string, nullable
    - `execution_id` string, nullable
    - `failure_reason` string, nullable
    - `id` string, uuid, required
    - `parameters` object, required
    - `result` union
      - object
      - string
    - `scheduled_at` string, nullable
    - `status` string, required
    - `total_cost` number, nullable
  - `page` integer, required
  - `page_size` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/inbox/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/286327d8bd86?raw)
