Skip to main content

AdminRunRequest

targetstring
Example: latest
versionstring

Specifies the alias of the semanized version number; will be the run target if target is not provided.

entrypointIdstring

Workflow Ingress ID; uses target version default ingress when omitted. Conversation does not accept this field.

entrypoint_idstring

Compatible alias for entrypointId.

argsstring[]
Default value: []
conversationIdstring
conversation_idstring
toolPermissionPolicies object
property name* WorkflowToolPermissionPolicy

Host override policy for a single executor tool. Only enabled/autoApprove of registered tools are allowed to be overwritten; Unregistered tools are ignored on the run side.

enabledboolean
autoApproveboolean
AdminRunRequest
{
"target": "latest",
"version": "string",
"entrypointId": "string",
"entrypoint_id": "string",
"args": [
"string"
],
"conversationId": "string",
"conversation_id": "string",
"toolPermissionPolicies": {
"search": {
"enabled": true,
"autoApprove": false
}
}
}