Get board summary with task counts per status.
Returns: Board summary with counts and total.
cURL
curl --request GET \ --url https://api.example.com/agents/tasks/board
{ "counts": {}, "total": 123 }
Successful Response
Board summary with task counts per status.
Attributes: counts: Mapping of status to task count. total: Total number of tasks.
Show child attributes