GET
/
api
/
v1
/
agent-tools
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
  "success": true,
  "data": [{...}]
}

Response

success
boolean

Indicates whether the call was successful.

data
object

A list of agent tools.

curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
  "success": true,
  "data": [{...}]
}