Saltar para o conteúdo principal
GET
/
public
/
api
/
v1
/
http-tools
/
{httpToolPublicId}
Get HTTP tool
curl --request GET \
  --url https://api.gennia.ai/public/api/v1/http-tools/{httpToolPublicId} \
  --header 'X-Api-Key: <api-key>'
{
  "configuration": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "createdBy": {
    "name": "<string>",
    "publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "description": "<string>",
  "name": "<string>",
  "publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "requiresApproval": true,
  "updatedAt": "2023-11-07T05:31:56Z"
}

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

httpToolPublicId
string<uuid>
obrigatório

Resposta

OK

HTTP/DB/Custom tool owned by the workspace.

configuration
object

Tool-type-specific configuration; opaque to the public API.

createdAt
string<date-time>
createdBy
object

Creator. {publicId: null, name: "API Key"} for API-key-created tools.

description
string
name
string
publicId
string<uuid>
requiresApproval
boolean
toolType
enum<string>
Opções disponíveis:
HTTP_REQUEST,
DATABASE_QUERY,
INTERNAL_VARIABLE,
CUSTOM_INTEGRATION
updatedAt
string<date-time>