Returns workflow actions from Automate for a folder, using the
WORKFLOW action category.
This operation is performed by calling function get_automate_workflows_v2026_r0.
See the endpoint docs at API Reference.
admin_client.automate_workflows.get_automate_workflows_v2026_r0(workflow_folder_id)- folder_id
str- The unique identifier that represent a folder. The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL
https://*.app.box.com/folder/123thefolder_idis123. The root folder of a Box account is always represented by the ID0.
- The unique identifier that represent a folder. The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL
- limit
Optional[int]- The maximum number of items to return per page.
- marker
Optional[str]- Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination.
- box_version
BoxVersionHeaderV2026R0- Version header.
- extra_headers
Optional[Dict[str, Optional[str]]]- Extra headers that will be included in the HTTP request.
This function returns a value of type AutomateWorkflowsV2026R0.
Returns workflow actions that can be manually started.
Starts an Automate workflow manually by using a workflow action ID and file IDs.
This operation is performed by calling function create_automate_workflow_start_v2026_r0.
See the endpoint docs at API Reference.
admin_client.automate_workflows.create_automate_workflow_start_v2026_r0(
workflow_action.workflow.id, workflow_action.id, [workflow_file_id]
)- workflow_id
str- The ID of the workflow. Example: "12345"
- workflow_action_id
str- The callable action ID used to trigger the selected workflow.
- file_ids
List[str]- The files to process with the selected workflow.
- box_version
BoxVersionHeaderV2026R0- Version header.
- extra_headers
Optional[Dict[str, Optional[str]]]- Extra headers that will be included in the HTTP request.
This function returns a value of type None.
Starts the workflow.