メインコンテンツへスキップ
POST
/
automate_workflows
/
{workflow_id}
/
start
Python
admin_client.automate_workflows.create_automate_workflow_start_v2026_r0(
    workflow_action.workflow.id, workflow_action.id, [workflow_file_id]
)
{
  "type": "error",
  "status": 400,
  "code": "item_name_invalid",
  "message": "Method Not Allowed",
  "context_info": {
    "message": "Something went wrong"
  },
  "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
  "request_id": "abcdef123456"
}

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.

Box SDKのバージョニング戦略について詳しく学ぶ。」

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

ヘッダー

box-version
enum<string>
必須

Version header.

利用可能なオプション:
2026.0

パスパラメータ

workflow_id
string
必須

ワークフローのID。

ボディ

application/json

Request body to start an Automate workflow.

workflow_action_id
string
必須

The callable action ID used to trigger the selected workflow.

:

"981"

file_ids
string[]
必須

The files to process with the selected workflow.

Minimum array length: 1
:
["123"]

レスポンス

ワークフローを開始します。