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

Documentation Index

Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt

Use this file to discover all available pages before exploring further.

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