Authorizations
Response
200 - application/json
Successful Response
curl --request GET \
--url https://api.voicebot.studio/api/v1/tools \
--header 'X-API-Key: <api-key>'[
{
"id": "<string>",
"type": "<string>",
"function": {
"strict": true,
"name": "<string>",
"description": "<string>",
"parameters": {
"type": "object",
"properties": {},
"required": [
"<string>"
]
}
},
"server": {
"timeoutSeconds": 20,
"url": "<string>",
"secret": "<string>",
"headers": {}
},
"messages": [
{
"contents": [
{
"type": "text",
"text": "<string>",
"language": "aa"
}
],
"type": "request-start",
"content": "<string>",
"conditions": [
{
"operator": "eq",
"param": "<string>",
"value": {}
}
]
}
],
"organizationId": "<string>",
"createdBy": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]List all tools.
curl --request GET \
--url https://api.voicebot.studio/api/v1/tools \
--header 'X-API-Key: <api-key>'[
{
"id": "<string>",
"type": "<string>",
"function": {
"strict": true,
"name": "<string>",
"description": "<string>",
"parameters": {
"type": "object",
"properties": {},
"required": [
"<string>"
]
}
},
"server": {
"timeoutSeconds": 20,
"url": "<string>",
"secret": "<string>",
"headers": {}
},
"messages": [
{
"contents": [
{
"type": "text",
"text": "<string>",
"language": "aa"
}
],
"type": "request-start",
"content": "<string>",
"conditions": [
{
"operator": "eq",
"param": "<string>",
"value": {}
}
]
}
],
"organizationId": "<string>",
"createdBy": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]Successful Response
Show child attributes
Show child attributes
Show child attributes