Skip to main content
POST
Execute evaluated tool

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Body schema for the evaluated-tool execute endpoint. Identity (workspace, message) is derived from the bearer token and never trusted from the body.

id
string
required

Id of the evaluated tool to execute (the same id the model sees in its tool surface, e.g. tools_send_email).

Minimum string length: 1
input
any

Input passed to the resolved evaluated tool's execute call.

Response

Successful response

data
any
batchUuid
string
runUuid
string
creditsUsedCount
number