Saltar para o conteúdo principal
GET
/
public
/
api
/
v1
/
agents
/
{agentPublicId}
/
http-tools
List HTTP tools linked to the agent
curl --request GET \
  --url https://api.gennia.ai/public/api/v1/agents/{agentPublicId}/http-tools \
  --header 'X-Api-Key: <api-key>'
[
  {
    "active": true,
    "httpToolPublicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "requiresApproval": true,
    "toolName": "<string>"
  }
]

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

agentPublicId
string<uuid>
obrigatório

Resposta

OK

active
boolean
httpToolPublicId
string<uuid>
requiresApproval
boolean
toolName
string
toolType
enum<string>
Opções disponíveis:
HTTP_REQUEST,
DATABASE_QUERY,
INTERNAL_VARIABLE,
CUSTOM_INTEGRATION,
PIPEDREAM_MCP