Skip to main content
To list all of the tasks for a specific file, call the GET /files/:id/tasks with the id of the file.
curl -i -X GET "https://api.box.com/2.0/files/12345/tasks" \
     -H "authorization: Bearer <ACCESS_TOKEN>"