To list all of the tasks for a specific file, call the GET /files/:id/tasks with the id of the file.
GET /files/:id/tasks
id
curl -X GET https://api.box.com/2.0/files/12345/tasks \ -H 'Authorization: Bearer <ACCESS_TOKEN>'