Tools
/tools
List all tools.
GET
/
api
/
v1
/
tools
Copy
curl --location --request GET 'https://api.rapidagent.ai/api/v1/tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My search tool",
"type": "SEARCH"
}
]
}
Response
Indicates whether the call was successful.
An array of tool
object.
Copy
curl --location --request GET 'https://api.rapidagent.ai/api/v1/tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My search tool",
"type": "SEARCH"
}
]
}
Copy
curl --location --request GET 'https://api.rapidagent.ai/api/v1/tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My search tool",
"type": "SEARCH"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.