Skip to main content
To get information about an assigned task, call the GET /tasks/:task_id/assignments API with the id of the task assignment.
curl -i -X GET "https://api.box.com/2.0/task_assignments/12345" \
     -H "authorization: Bearer <ACCESS_TOKEN>"