Português (BR)
cURL
curl --request GET \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/agents/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": null, "avatar": null, "color": "#ff5722", "welcome": null, "instructions": null, "off": null, "references": false, "purpose": "leads", "freedom": "restricted", "behavior_type": "basic", "status": "draft", "fields": [ "name", "email" ], "left": false, "forceLeadIdentification": false, "workspaceId": "<string>", "createdAt": "2025-07-21T17:52:50.020Z", "updatedAt": "2025-07-21T17:52:50.020Z", "createdBy": "<string>", "updatedBy": "<string>", "kbs": [], "destinations": [], "customFields": [], "behavior": { "answerLength": "short", "personality": "personal", "engagement": "active" }, "agentPlugins": [] }
Recupera os detalhes de um assistente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador do assistente
Successful response
The response is of type object.
object