• Sign up
  • Docs
  • Guides
  • API Reference
  • SDKs & Tools
  • Support
  • Elsewhere
  • Blog
  • Forum
  • Feedback
  • International sites
  • United States (English)
  • 日本 (日本語)
Box Developer Documentation
  • United States (English)
  • 日本 (日本語)
  • Quick Starts
  • Guides
  • API Reference
  • SDKs & Tools
  • Support
Log in
 
  • Upload fileexample
  • Download fileexample
  • Webhooksexample
  • Create templateexample
Tasks
Create a taskGet information about a taskLists all tasks for a fileMake changes to an existing taskDelete a task
Assigning tasks
Assign a task to a userUnassign a taskChange an assignment's messageGet task assignment informationList a task's assignmentsChange task assignment state
GuidesTasksLists all tasks for a file
Edit this page

Lists all tasks for a file

Lists all tasks for a file

To list all of the tasks for a specific file, call the GET /files/:id/tasks with the id of the file.

cURL.NETJavaPythonNodeiOS
cURL
curl -X GET https://api.box.com/2.0/files/12345/tasks \
     -H 'Authorization: Bearer <ACCESS_TOKEN>'
.NET
Java
Python
Node
iOS

Related APIs

  • getList tasks on file

Related Guides

  • GuideCreate a task
  • GuideGet information about a task
  • Box & Community
  • About Us
  • Platform Twitter
  • Developer Blog
  • Engineering Blog
  • Newsletter
  • Changelog
  • GitHub
  • Community GitHub
  • Tooling
  • Node SDK
  • Java SDK
  • Python SDK
  • .NET SDK
  • Box CLI
  • Box Skills Kit
  • Samples
  • Platform Samples
  • Skills Samples
  • Support
  • Support & Community
  • Create a ticket
  • Platform Forum
  • Product Feedback
  • API Status
  • International sites
  • United States (English)
  • 日本 (日本語)
  • ©2025 Box
  • Sitemap
  • Subscriptions
  • Terms of Use
  • Privacy Policy
  • Cookie Notification
  • Code samples provided under Unilicense