GET
/
v2
/
agent
/
{id}
/
transfer-rules
cURL
curl --request GET \
  --url https://api.gptmaker.ai/v2/agent/{id}/transfer-rules \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "createdAt": "<string>",
  "instructions": "<string>",
  "returnOnFinish": true,
  "type": "HUMAN",
  "agentId": "<string>",
  "userId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required

Id do agente

Response

200
application/json

Lista as regras de transferência

The response is of type object.