Error
A valid request URL is required to generate request examples{
"results": {
"decision": "approved"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Post apiv1projects aiagents threads tool calls sql approval
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
threads
/
{threadUuid}
/
tool-calls
/
{toolCallId}
/
sql-approval
Error
A valid request URL is required to generate request examples{
"results": {
"decision": "approved"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Body
application/json
Available options:
approved, rejected Was this page helpful?