Skip to main content
GET
/
agents
/
tasks
/
board
Board Summary
curl --request GET \
  --url https://api.example.com/agents/tasks/board
{
  "counts": {},
  "total": 123
}

Response

200 - application/json

Successful Response

Board summary with task counts per status.

Attributes: counts: Mapping of status to task count. total: Total number of tasks.

counts
Counts · object
required
total
integer
required