Agent tools
/agent-tools/{agentToolId}
Agent tools
/agent-tools/{agentToolId}
List single agent tool.
GET
/
api
/
v1
/
agent-tools
/
{agentToolId}
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": {
"id": "clhjk4hab00016iewrghkbs28",
"agent": {},
"agentId": "clhnyae1t00016i2ixo0027c2",
"tool": {},
"toolId": "clhnyae1t00016i2ixo0027c5"
}
}
Params
The ID of the agent tool.
Response
Indicates whether the call was successful.
A single agent tool object.
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": {
"id": "clhjk4hab00016iewrghkbs28",
"agent": {},
"agentId": "clhnyae1t00016i2ixo0027c2",
"tool": {},
"toolId": "clhnyae1t00016i2ixo0027c5"
}
}
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": {
"id": "clhjk4hab00016iewrghkbs28",
"agent": {},
"agentId": "clhnyae1t00016i2ixo0027c2",
"tool": {},
"toolId": "clhnyae1t00016i2ixo0027c5"
}
}