Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

The endpoint can be used to grab all workflows on a particular folder. It will return all workflows regardless of if there is a flow of type WORKFLOW_MANUAL_START.
For more information on how to use these endpoints, refer to our blog post.
curl -i -X GET "https://api.box.com/2.0/workflows?folder_id=324234" \
     -H "authorization: Bearer <ACCESS_TOKEN>"