Skip to main content
POST
Create Tool Call

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Body

application/json

Schema for creating a tool call record

execution_id
string
required
tool_name
string
required
started_at
string
required
turn_id
string | null
tool_use_id
string | null
completed_at
string | null
duration_ms
integer | null
tool_input
Tool Input · object | null
tool_output
string | null
tool_output_size
integer | null
success
boolean
default:true
error_message
string | null
error_type
string | null
metadata
Metadata · object

Response

Successful Response