curl --request GET \
--url https://app.happyrobot.ai/api/v1/tools/{id} \
--header 'authorization: <authorization>'
[
{
"id": "<string>",
"use_case_id": "<string>",
"organization_id": "<string>",
"type": "Endpoint",
"name": "<string>",
"description": "<string>",
"default": false,
"generate_filler_message": true,
"data": {},
"prompt_id": "<string>",
"filler_type": "none",
"filler_description": "<string>",
"filler_example": "<string>",
"position": {
"x": 0,
"y": 0
}
}
]
curl --request GET \
--url https://app.happyrobot.ai/api/v1/tools/{id} \
--header 'authorization: <authorization>'
[
{
"id": "<string>",
"use_case_id": "<string>",
"organization_id": "<string>",
"type": "Endpoint",
"name": "<string>",
"description": "<string>",
"default": false,
"generate_filler_message": true,
"data": {},
"prompt_id": "<string>",
"filler_type": "none",
"filler_description": "<string>",
"filler_example": "<string>",
"position": {
"x": 0,
"y": 0
}
}
]
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
24
200
The response is of type object[]
.
Was this page helpful?