v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Tools

Export Tool

Export a saved custom tool as a self-describing JSON bundle.

Identity/audit fields are stripped and secret-bearing fields (external_api headers/body) are redacted; the recipient re-supplies them on import. Inbuilt tools are not exportable.

get/workflows/v1/tools/{tool_id}/export

Path parameters

tool_idstring required

Response

Successful Response

export_formatstring

Export format identifier

source_tool_idstring nullable

Original tool _id

source_tool_namestring nullable

Original tool name

tool_typestring nullable

ToolType of the exported tool (discriminator)

tool_configobject required

Sanitized ToolConfig as a dict (identity fields stripped, secrets redacted)

exported_atstring date-time

Timestamp of export

warningsstring[]

Non-fatal notes (team-scoped refs cleared, env-specific endpoint, raw api_body, etc.)