---
title: "Poll for pending tasks (proxy_token auth)"
method: GET
path: "/api/agent/tasks/poll"
tags: ["Agent"]
---

# Poll for pending tasks (proxy_token auth)

`GET /api/agent/tasks/poll`

## Query parameters

- `sandbox_id` string

## Response `200`

OK

- AgentTaskPollItem[]
  - `max_budget_usd` number
  - `max_turns` integer
  - `prompt` string, required
  - `session_id` string
  - `system_context` string
  - `task_id` string, required

## Other responses

- `401` — unauthorized
- `403` — forbidden
- `500` — internal error

---

[API](https://skmtc.dev/agentserver/apis/agentserver-api.md) · [All operations](https://skmtc.dev/agentserver/apis/agentserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentserver/agentserver-api/revisions/e8c329825b4e/schema)
