Skip Navigation Links

Task Assignments Summary

Get number of tasksexperimental

Requires authentication via bearer.

Returns the count of the acting user's own task assignments grouped by their progress status. This is the recipient's summary view — it reflects the actor's assignments as a recipient, not the tasks they authored. Use GET /api/tasks/v4/tasks/{task_id}/assignments-summary to get the author's summary view of a specific task.

Response Body

200 OK

Error Codes

  • FEATURE_DISABLED

Get summary for the task assignmentsexperimental

Requires authentication via bearer.

Returns an aggregated count of all assignments for a task, broken down by progress status. Accessible only to the task author. Use this to monitor how many recipients have completed, started, or not yet seen the task.

Path Params

task_id stringrequired

The primary identifier of the task to access.

Response Body

200 OK

Error Codes

  • FEATURE_DISABLED
  • TASK_NOT_FOUND